| Method |
Description |
| Anchor () |
Creates an HTML anchor. |
| Big () |
Displays the string in a large font. |
| Blink () |
Displays the flashing string. |
| Bold () |
Use bold to display the string. |
| CharAt () |
Returns the character at the specified position. |
| charCodeAt () |
Returns the Unicode encoding of the character at the specified position. |
| Concat () |
The connection string. |
| Fixed () |
Displays the string as a typewriter text. |
| FontColor () |
Displays the string using the specified color. |
| FontSize () |
Displays the string using the specified dimensions. |
| fromCharCode () |
Creates a string from character encoding. |
| IndexOf () |
Retrieves a string. |
| Italics () |
Use italic to display strings. |
| LastIndexOf () |
The string is searched forward from the back. |
| Link () |
Displays the string as a link. |
| Localecompare () |
Compares two strings in a local-specific order. |
| Match () |
Finds a match for one or more regular expressions. |
| Replace () |
Replace the substring that matches the regular expression. |
| Search () |
Retrieves a value that matches a regular expression. |
| Slice () |
Extracts a fragment of a string and returns the extracted part in a new string. |
| Small () |
Use a small font size to display the string. |
| Split () |
Splits a string into an array of strings. |
| Strike () |
Use strikethrough to display strings. |
| Sub () |
Displays the string as subscript. |
| SUBSTR () |
Extracts a specified number of characters from the starting index number in a string. |
| SUBSTRING () |
Extracts the characters between two specified index numbers in a string. |
| SUP () |
Displays the string as superscript. |
| toLocaleLowerCase () |
Converts the string to lowercase. |
| toLocaleUpperCase () |
Converts the string to uppercase. |
| toLowerCase () |
Converts the string to lowercase. |
| toUpperCase () |
Converts the string to uppercase. |
| Tosource () |
Represents the source code for the object. |
| ToString () |
Returns a string. |
| ValueOf () |
Returns the original value of a string object. |