User contributions for JAL
Jump to navigation
Jump to search
20 August 2010
- 21:4221:42, 20 August 2010 diff hist +2,651 N ToUpper and ToLower (String functions) Created page with "The ToUpper and ToLower functions return the alphabetic characters in the method object string as all-uppercase or all-lowercase characters, respectively. Non-alphabetic characte..."
- 21:3821:38, 20 August 2010 diff hist +4,746 N Substring (String function) Created page with "This intrinsic function returns a specific number of bytes starting at a specific position in the method object string, possibly padding it on the..."
- 21:3021:30, 20 August 2010 diff hist +2,677 N StringToHex (String function) Created page with "This intrinsic function returns the hex encoded value of the method object string. ..."
- 21:2521:25, 20 August 2010 diff hist +3,156 N StringToBase64 (String function) Created page with "This intrinsic function returns the base-64 encoded value of the method object string. ..."
- 21:1521:15, 20 August 2010 diff hist +3,327 N SHAdigest (String function) Created page with "This intrinsic function returns the 20-byte (always) binary string that is the SHA digest of the method object string. ..."
- 21:0221:02, 20 August 2010 diff hist +4,404 N Right (String function) Created page with "This intrinsic function returns the right-most characters of the method object string, possibly padding it on the left. ..."
- 20:5120:51, 20 August 2010 diff hist +2,304 N Reverse (String function) Created page with "This intrinsic function returns the characters in the method object string in right-to-left order. ..."
- 20:4720:47, 20 August 2010 diff hist +5,549 N Remove (String function) Created page with "This intrinsic function removes one or multiple occurrences of a specified substring from an input string (the ..."
- 20:3720:37, 20 August 2010 diff hist +6,182 N Replace (String function) Created page with "This intrinsic function replaces one or multiple occurrences of a substring of an input string (the method object) with a substitute string, ..."
- 19:3919:39, 20 August 2010 diff hist −88 m RegexSplit (String function) →Usage Notes
- 16:1616:16, 20 August 2010 diff hist +28 m RegexSplit (String function) →Usage Notes
- 16:1116:11, 20 August 2010 diff hist −4 m RegexSplit (String function) →Usage Notes
- 03:2503:25, 20 August 2010 diff hist +24,479 N RegexSplit (String function) Created page with "This method repeatedly applies a regular expression, or "regex," to the method object string until it has tested the entire string. Th..."
- 01:2201:22, 20 August 2010 diff hist +13,739 N RegexReplace (String function) Created page with "This intrinsic function searches a given string for matches of a regular expression, and replaces matches with, or according to, a specified replacement str..."
- 00:0700:07, 20 August 2010 diff hist +1 m RegexMatch (String function) No edit summary
19 August 2010
- 23:5623:56, 19 August 2010 diff hist +12 m RegexMatch (String function) No edit summary
- 23:4623:46, 19 August 2010 diff hist +8,293 N RegexMatch (String function) Created page with "This intrinsic function determines whether a given pattern (regular expression, or "regex") matches within a given string according to the "rules" of ..."
- 21:4521:45, 19 August 2010 diff hist +5,357 N RC4decrypt and RC4encrypt (String functions) Created page with "This intrinsic function returns a binary string that is the method object string encrypted or decrypted with the specified RC4 encryption key. ..."
- 21:2221:22, 19 August 2010 diff hist +5,482 N PositionIn and PositionOf (String functions) Created page with "These functions return the numeric position of the first occurrence of one string inside another. ..."
- 20:1020:10, 19 August 2010 diff hist +2,960 N MD5digest (String function) Created page with "This intrinsic function returns the 16-byte (always) binary string that is the MD5 digest (hash) of the method object string. ..."
- 19:5119:51, 19 August 2010 diff hist +3,784 N IsOneOf (String function) Created page with "This intrinsic function returns a Boolean value that indicates whether the method object string is matched by one of the strings in an input list of string..."
- 19:4119:41, 19 August 2010 diff hist +3,991 N Insert (String function) Created page with "This intrinsic function inserts an argument string inside the method object string, starting before the specified position in the method object string. ..."
- 19:3519:35, 19 August 2010 diff hist +2,149 N Length (String function) Created page with "This intrinsic function returns the length in bytes of the method object string. ..."
- 19:3019:30, 19 August 2010 diff hist +3,897 N Left (String function) Created page with "This intrinsic function returns the left-most characters of the method object string, possibly padding it on the right. ..."
- 18:3518:35, 19 August 2010 diff hist +3,608 N HexToString (String function) Created page with "This intrinsic function returns the unencoded value of a hex encoded string. ..."
18 August 2010
- 20:1120:11, 18 August 2010 diff hist −82 m EbcdicToUnicode (String function) No edit summary
- 20:0120:01, 18 August 2010 diff hist +1,986 N HexToInteger (String function) Created page with "This intrinsic function returns the integer value of a hex-encoded string. ..."
- 19:4219:42, 18 August 2010 diff hist +251 N EbcdicTranslateNonUnicode (String function) Created page with "This intrinsic function is '''invalid''' as of Sirius Mods version 7.5. Instead, you can use the ''''Untranslatable'''' named parameter of ..."
- 19:4119:41, 18 August 2010 diff hist +10,543 N EbcdicToUnicode (String function) Created page with "This intrinsic function converts an EBCDIC string to Unicode using the current Unicode tables. As..."
- 18:4218:42, 18 August 2010 diff hist −173 EbcdicToAscii (String function) No edit summary
- 03:0803:08, 18 August 2010 diff hist +6,638 N EbcdicToAscii (String function) Created page with "This intrinsic function converts an EBCDIC string to ASCII (ISO 8859-1) using the current Unicode tables. ..."
- 02:0202:02, 18 August 2010 diff hist +2,427 N Char (String function) Created page with "This intrinsic function returns the string value of the single byte at a specified position in the method object string; it treats the object string as a ..."
- 01:5401:54, 18 August 2010 diff hist +251 N EbcdicRemoveNonUnicode (String function) Created page with "This intrinsic function is '''invalid''' as of Sirius Mods version 7.5. Instead, you can use the ''''Untranslatable'''' named parameter of ..."
- 01:4801:48, 18 August 2010 diff hist +5,291 N Center and Centre (String functions) Created page with "For a given input string and suitable specified length, this function returns a string of the requested length that has the original string ..."
- 01:1401:14, 18 August 2010 diff hist +3,634 N BinaryToInteger (String function) Created page with "This intrinsic function treats a string as if it were binary and converts it to an integer. The string may contain no more than four characters. ..."
- 01:0501:05, 18 August 2010 diff hist +2 BinaryToFloat (String function) No edit summary
- 00:5500:55, 18 August 2010 diff hist +4,369 N Base64ToString (String function) Created page with "This intrinsic function returns the unencoded value of a base-64 encoded string. ..."
- 00:3900:39, 18 August 2010 diff hist −111 BinaryToFloat (String function) →Intrinsic BinaryToFloat Function
- 00:3300:33, 18 August 2010 diff hist +7,620 N BinaryToFloat (String function) Created page with "==Intrinsic BinaryToFloat Function== This intrinsic function converts a binary str..."
17 August 2010
- 23:5523:55, 17 August 2010 diff hist +4,674 N AsciiToEbcdic (String function) Created page with "This intrinsic function converts an ASCII (ISO-8859-1) string to EBCDIC using the current Unicode tables. ..."