Child pages
  • Utils

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
dateFormat(date, format)
Format a date object to a text representation.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getUnicodeCharacter(unicodeCharacterNumber)
Returns a string containing the character for the unicode number.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
hasRecords(foundset)
Returns true if the (related)foundset exists and has records.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
hasRecords(record, relationString)
Returns true if the (related)foundset exists and has records.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
isMondayFirstDayOfWeek()
Returns true when Monday is the first day of the week for your current locale setting.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
numberFormat(number, digits)
Format a number to have a defined fraction.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
numberFormat(number, format)
Format a number to specification.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
parseDate(date, format)
Parse a string to a date object.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringEscapeMarkup(textString)
Returns the escaped markup text (HTML/XML).
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringEscapeMarkup(textString, escapeSpaces)
Returns the escaped markup text (HTML/XML).
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringEscapeMarkup(textString, escapeSpaces, convertToHtmlUnicodeEscapes)
Returns the escaped markup text (HTML/XML).
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringFormat(text_to_format, parameters)
Formats a string according to format specifiers and arguments.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringIndexReplace(text, i_start, i_size, replacement_text)
Replaces a portion of a string with replacement text from a specified index.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringInitCap(text)
Returns all words starting with capital chars.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringLeft(text, i_size)
Returns a string with the requested number of characters, starting from the left.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringLeftWords(text, numberof_words)
Returns the number of words, starting from the left.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringMD5HashBase16(textString)
Returns the md5 hash (encoded as base16) for specified text.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringMD5HashBase64(textString)
Returns the md5 hash (encoded as base64) for specified text.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringMiddle(text, i_start, i_size)
Returns a substring from the original string.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringMiddleWords(text, i_start, numberof_words)
Returns a substring from the original string.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringPBKDF2Hash(textString)
Returns the PBKDF2 hash for specified text.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringPBKDF2Hash(textString, iterations)
Returns the PBKDF2 hash for specified text.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
stringPatternCount(text, toSearchFor)
Returns the number of times searchString appears in textString.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
stringPosition(textString, toSearchFor, i_start, i_occurrence)
Returns the position of the string to search for, from a certain start position and occurrence.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringReplace(text, search_text, replacement_text)
Replaces a portion of a string with replacement text.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringReplaceTags(text, scriptable)
Returns the text with %%tags%% replaced, based on provided record or foundset or form.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringRight(text, i_size)
Returns a string with the requested number of characters, starting from the right.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringRightWords(text, numberof_words)
Returns the number of words, starting from the right.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
stringToNumber(textString)
Filters characters out of from a string and leaves digits, returns the number.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
stringToNumber(textString, decimalSeparator)
Filters characters out of from a string and leaves digits, returns the number.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
stringTrim(textString)
Returns the string without leading or trailing spaces.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
stringWordCount(text)
Returns the number of words in the text string.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
timestampToDate(date)
Returns a datestamp from the timestamp (sets hours,minutes,seconds and milliseconds to 0).
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
validatePBKDF2Hash(password, hash)
Validates the given password against the given hash.

...