|
|
|
NOTE: This Design document is subject to change at any time. |
zApp contains a powerful string library that is available to any scripting language. This allows you to use the scripting language of your choice based upon familiar syntax rather than because of which language contains which string function.
The functions in the string library are accessed via the built-in str object name. For example, in VBScript or Javascript, you would access the Len string function using the notation str.Len. In Perl, this syntax would be str->Len.
Select a string function from the list on the left for more information on it. |
|