Return the part of a string after the last occurrence of a specified substring.
Return the part of a string after the last occurrence of a specified substring.
A markup format for TypeScript code, ideal for creating self-contained code samples which let the TypeScript compiler do the extra leg-work. Inspired by the [fourslash test system](https://github.com/orta/typescript-notes/blob/master/systems/testing/fours
Insert supplied variable values into a format string.
Test if a value is a string.
Replace search occurrences with a replacement string.
Escape a regular expression string or pattern.
Create a regular expression from a regular expression string.
Test if a value is a regular expression string.
Tokenize a string into an array of string parts and format identifier objects.
Convert a string to lowercase.
Return the part of a string after a specified substring.
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Generate string from a token array by interpolating values.
Allocate a buffer containing a provided string.
Unicode-aware substring
Replace search occurrences with a replacement string.
Count how often a character (or substring) is used in a string
Count the longest repeating streak of a substring
Determine a value's type.
Determine the specification defined classification of an object.
Command-line interface.
Regular expressions.
Add a callback to the next tick queue.