Action | Keywords |
---|---|
Compare two strings | StrComp |
Convert strings | StrConv |
Convert to lowercase or uppercase | Format, Lcase, Ucase |
Create string of repeating characters | Space, String |
Find the length of a string | Len |
Format a string | Format |
Justify a string | LSet, Rset |
Manipulate strings | InStr, Left, LTrim, Mid, Right, RTrim, Trim |
Set string comparison rules | Option Compare |
Work with ASCII and ANSI values | Asc, Chr |
Replace a specified substring with another substring | Replace |
Return a string array based on a specified filter criteria | Filter |
Return a specified number of substrings | Split |
Arrays Keyword Summary | Collection Object Keyword Summary | Compiler Directive Keyword Summary | Control Flow Keyword Summary | Conversion Keyword Summary | Data Types Keyword Summary | Dates and Times Keyword Summary | Directories and Files Keyword Summary | Errors Keyword Summary | Financial Keyword Summary | Input and Output Keyword Summary | Math Keyword Summary | Miscellaneous Keyword Summary | Operators Keyword Summary | Registry Keyword Summary | String Manipulation Keyword Summary | Variables and Constants Keyword Summary