Register to post in forums, or Log in to your existing account
 

 Related 
Contents
zApp Manual
  Disclaimer
  Overview
  Known Issues
  FAQ
  Key Features
  Comparisons
  What zApp is NOT
  Contributions
  Core Concepts
  Data Types
  Visual Object Reference
  Non-Visual Objects
  COM Objects
  String Library
    Pos
    SubStr
    Len
    Replace
    Left
    Right
    Upper
    Lower
    Proper
    IntVal
    FloatVal
    Format
    Insert
    Delete
    Concat
    LeftBack
    RightBack
    Word
    NumWord
    DeleteNWord
    Begins
    Ends
    ASCII
    IsInt
    IsFloat
    RepeatStr
    Trim
    LTrim
    RTrim
    Explode
    Join
    Match
    RegReplace
    StripTags
    EncodeHTML
    DecodeHTML
    Reverse
    Compare
    HexStr
    HexVal
    QuoteSQL
    EncodeURL
    DecodeURL
    ExtractFileName
    ExtractFileExt
    ExtractPath
    Pad
    PadRight
    Center
    Soundex
    Wordwrap
    DecimalSeparator
    CaseSens
    QuoteChar
    Regular Expression Options
    Regular Expressions
    Split
    ExpandTabs
    md5
    ForceFileExt
    LoadFromFile
    SaveToFile
    cr
    lf
    crlf
  Math Library
  Core Library
  Web Library
  XML Library
  File Library
  Date Library
String Library [[zStr]] 
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.
Viewer Comments [0 - Post your comments]

Jump to:  

© 2009 Zugg Software. Hosted by Wolfpaw.net