List of String methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 2: | Line 2: | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
{{Template:Method_list_header|class=String}} | {{Template:Method_list_header|class=String}} | ||
See also: | |||
*[[List of Float methods]] | |||
*[[List of Unicode methods]] | |||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
Revision as of 21:50, 18 January 2011
See also:
| Method | Description |
|---|---|
| AsciiToEbcdic | Convert ASCII string to EBCDIC |
| Base64ToString | |
| BinaryToFloat | Convert binary string representation of a number to floating point |
| BinaryToInteger | |
| Center | Convert a binary representation of a number to integer |
| Centre | Center the input string within a return string of a specified length |
| Char | The value at a specified position in the input string |
| Deflate | |
| EbcdicToAscii | Convert EBCDIC string to ASCII |
| EbcdicToUnicode | Convert EBCDIC string to Unicode |
| GetCharacterPairValue | |
| GetCharacterValue | |
| Gunzip | |
| GunzipDatetimeNS | |
| GunzipFilename | |
| Gzip | |
| HexToInteger | |
| HexToString | |
| Inflate | |
| Insert | Insert argument string inside the method object string |
| IsOneOf | Is the method object string matched by any of the strings in the input list? |
| Left | The left-most characters of the string |
| Length | The length of the string |
| MD5digest | |
| MarksStoreCodeDecrement | |
| MarksStoreCodeIncrement | |
| MarksStoreCodeToNumber | |
| ParseLines | |
| PositionIn | The numeric position of one string within another |
| PositionOf | The numeric position of one string within another |
| RC4decrypt | |
| RC4encrypt | |
| RegexMatch | |
| RegexReplace | |
| RegexSplit | |
| Remove | Remove the occurrences of a specified substring |
| Replace | Replace occurrences of a substring with a substitute string |
| Reverse | Return string characters in right-to-left order |
| Right | The right-most characters of the string |
| SHAdigest | |
| StringToBase64 | |
| StringToDays | |
| StringToHex | |
| StringToMilliseconds | |
| StringToSeconds | |
| Substring | Return a substring of the method object string |
| Translate | Apply a Character Map to the method object string |
| TstHexToString | Convert hex-encoded string to its unencoded value |
| TstStringToHex | Convert string to its hex-encoded value |
| U | |
| Unspace | Remove whitespace characters from the string |
| Utf16ToUnicode | Convert a UTF-16 Longstring bytestream to Unicode |
| Utf8ToUnicode | Convert a UTF-8 Longstring bytestream to Unicode |
| X | |
| Zip | |
| stringTokenizer | Create a tokenizer using the method object string |
| toLower | Return alphabetic characters as all-lowercase |
| toString | Convert string to a string |
| toUpper | Return alphabetic characters as all-uppercase |