Name | Summary | Category |
sys_clock | This method corresponds to the system's clock() function. That function returns the best available approximation to the processor time used by the process since it was launched. This value... | System |
String_ValidCharset | [String_ValidCharSet] accepts a single string parameter and reports whether the specified value is a valid character set name or not. Returns True or False. | String |
sys_appsPath | This method returns the full file system path to the directory where Lasso's LassoApps are stored. This path is not adjusted in any way to accommodate web roots or the like. | System |
String_FindPosition | [String_FindPosition] takes two parameters: a string value and a -Find keyword/value parameter. Returns the location of the -Find parameter in the string parameter. The test is not case sensitive. | String |
string_findregexp | [String_FindRegExp] takes two parameters: a string value and a -Find keyword/value parameter. Returns an array with each instance of the -Find regular expression in the string parameter. If groups... | String |
String_Insert | [String_Insert] takes three parameters: a string, a -Text keyword/value parameter which defines the text to be inserted, and a -Position parameter which defines the offset into the string at which to... | String |
String_IsAlpha | [String_IsAlpha] returns boolean True if the string contains only alphabetic characters (including a-z as well as foreign characters and characters with accents). | String |
String_IsAlphaNumeric | [String_IsAlphaNumeric] returns boolean True if the string contains only alphabetic characters (including a-z as well as foreign characters and characters with accents) or numerals. | String |
String_IsDigit | [String_IsDigit] returns boolean True if the string contains only numerals (0-9). | String |
String_IsHexdigit | [String_IsHexdigit] returns boolean True if the string contains only hexadecimal numerals (0-9 and a-f). | String |
String_IsLower | [String_IsLower] returns boolean True if the string contains only lowercase alphabetic characters (a-z). | String |
string_IsNumeric | [String_IsNumeric] returns boolean True if the string contains a valid integer or decimal number. | String |
String_IsPunctuation | [String_IsPunctuation] returns boolean True if the string contains only punctuation characters. | String |
String_IsSpace | [String_IsSpace] returns boolean True if the string contains only white space. | String |
String_IsUpper | [String_IsUpper] returns boolean True if the string contains only uppercase alphabetic characters (A-Z). | String |
String_Length | [String_Length] returns the number of characters in the string. This method is provided for backwards compatibility. For new solutions in Lasso 9 using ['string'->size] is... | String |
String_LowerCase | [String_LowerCase] returns the concatenation of all of its parameters in lowercase. | String |
String_Remove | [String_Remove] takes three parameters: a string, a -StartPosition keyword/value parameter, and an -EndPosition keyword/value parameter. Returns the string with the substring from -StartPosition to... | String |
String_RemoveLeading | [String_RemoveLeading] removes the second parameter from the beginning of the first parameter. Returns the resulting string. The pattern is not case sensitive. | String |
String_RemoveTrailing | [String_RemoveTrailing] removes all instances of the -Pattern parameter from the end of the string. Returns the resulting string. The pattern is not case sensitive. | String |
string_replace | [String_Replace] takes three parameters: a string, a -Find keyword/value parameter, and a -Replace keyword/value parameter. Returns the string with the all instances of the -Find parameter replaced... | String |
String_ReplaceRegExp | [String_ReplaceRegExp] takes three parameters: a string value, a -Find keyword/value parameter, and a -Replace keyword/value parameter. Returns a string with each instance of the -Find regular... | String |
String_ToDecimal | This method has been deprecated. Use [Decimal] instead. It is supported in Lasso Professional 6 in order to make it easy to deploy solutions... | String |
String_ToInteger | This method has been deprecated. Use [Integer] instead. It is supported in Lasso Professional 6 in order to make it easy to deploy solutions... | String |
String_UpperCase | [String_UpperCase] returns the concatenation of all of its parameters converted to uppercase characters. This method does not affect numbers or punctuation within the string. | String |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft