|
String Verbs
- string.addCommas - Add commas to a number.
- string.ansiToUtf8 - Converts text from ANSI to UTF-8.
- string.ansiToUtf16 - Converts text from ANSI to UTF-16.
- string.cleanMailAddress - Normalize an email address.
- string.commentDelete - Delete a Frontier comment from a string.
- string.countFields - Based on a delimiter, count the number of fields in a string.
- string.countWords - Count the number of words in a string.
- string.dateString - Create a date string of the form "Friday, June 25, 1999."
- string.delete - Delete from within a string.
- string.dropNonAlphas - Delete non alphanumeric characters from a string.
- string.ellipsize - Add an ellipsis to the end of a string.
- string.filledString - Fill a string with characters.
- string.firstSentence - Get the first sentence from a string.
- string.firstWord - Get the first word from a string.
- string.getFileUrl - Convert a file URL to a path.
- string.getRandomPassword - Generate a random password.
- string.getWordChar - Get the current word separation character.
- string.gigabyteString - Format a number as a string suitable for displaying in a dialog or a Web page.
- string.hashMD5 - Compute a hash value using the MD5 algorithm.
- string.hasSuffix - Determine if a string ends with the specified suffix.
- string.hex - Convert a number to hexadecimal notation.
- string.htmlToEmail - Takes HTML-formatted text and converts it to a format that's easy to read in email.
- string.httpResultSplit - Split an HTTP response into header and content.
- string.innerCaseName - Inner-case a string.
- string.insert - Insert in a string.
- string.isAlpha - Determine if a character is a letter.
- string.isNumeric - Determine if a character is a number.
- string.iso8859encode - Encodes characters as HTML entities.
- string.isPunctuation - Determine if a character is punctuation.
- string.isValidEmailAddress - Check an email address, s, for conformance to RFC 822 mailbox syntax.
- string.KBytes - Convert a number to kilobytes.
- string.lastWord - Get the last word from a string.
- string.latinToMac - Converts text from Latin (Windows) to Macintosh.
- string.length - Determine the length of a string.
- string.lower - Convert upper case characters to lower case.
- string.macToLatin - Converts text from the Macintosh to the Latin (Windows) character set.
- string.mailMessageToTable - Parse a mail message to a table.
- string.megabyteString - Convert a number to a megabyte string.
- string.memAvailString - Display the amount of free memory available to Frontier.
- string.mid - Get characters from within a string.
- string.multipleReplaceAll - Performs multiple string replacements in a string.
- string.nthChar - Get the nth character from a string.
- string.nthField - Given a delimiter, get the nth field from a string.
- string.nthWord - Get the nth word from a string.
- string.padWithZeros - Pad a string with zeros until it's the specified size.
- string.parseAddress - Parse a Frontier address into a list.
- string.parseHttpArgs - Parses HTTP arguments into a list.
- string.patternMatch - Find the occurence of a string within a string.
- string.percent - Compute a percent value.
- popFileFromAddress - Pop the leading file path from an address to an object inside a guest database.
- string.popLeading - Remove characters from the beginning of a string.
- string.popSuffix - Remove a suffix from the end of a string.
- string.popTrailing - Remove characters from the end of a string.
- string.quotedPrintableDecode - Decode a string from quoted printable encoding to plain ASCII.
- string.ratio - Compute a ratio with double precision.
- string.replace - Replace a pattern in a string with another pattern.
- string.replaceAll - Replace all occurences of a pattern in a string with another pattern.
- string.setWordChar - Set the current word delimiter character.
- string.stringToAddress - Convert a string to a valid address.
- string.timeString - Get a representation of the time, as in "8:34:53 PM."
- string.trimWhiteSpace - Remove white space from the beginning and end of a string.
- string.typeToString - Convert a four character type to a human-readable string.
- string.upper - Convert all lower case characters in a string to upper case.
- string.urlDecode - Decode a URL-encoded string.
- string.urlEncode - URL-encode a string.
- string.urlSplit - Split a URL into scheme, server, and path.
- string.utf8ToAnsi - Converts text from UTF-8 to ANSI.
- string.utf16ToAnsi - Converts text from UTF-16 to ANSI.
- string.wildcardMatch - Remove Checks if the wildcard pattern is found in the string.
- string.wrap - Remove single carriage returns from a string, leaving multiple carriage returns intact.
- string.lastField
|
|
UserTalk online reference for Manila and Radio UserLand programmers
|
|
|