Action | Keywords | GB | VB6 |
---|---|---|---|
Compare two strings | StrComp | v v |
v |
Concatenation | $ | v v |
v |
Convert strings | StrConv | v | |
Convert to lowercase or uppercase | Format, Lcase, Ucase | v v |
v |
Create string of repeating character. | Space, String | v | v |
Find length of a string. | Len | v | v |
Find length of a string in a Variant. | VstrLen, VStrLenB | v | v |
Find memory position of a string in a Variant. | VstrPtr | v | v |
Format a string | Format | v v |
v |
Investigate a string | EndsWith, FindFirstOf, FindLastOf, StartsWith. | v | v |
Justify a string | Lset, Rset | v | v |
Manipulate strings | InStr, Left, Ltrim, Mid, Right, Rtrim, Trim | v | v |
Manipulate strings | LeftUntil, Mirror, RightUntil, RinStr, SubStr, Ztrim | v | |
Set string comparison rules. | Mode | v | v |
Work with ASCII and ANSI values. | Asc, Chr | v | v |
Translate | Xlate | v | |
Replace | Replace | v | |
reSub | v | ||
Regular expressions | Split, Join, preMatch, reMatch, ReSub | v | |
Read a null-terminated string from memory | Char{}, CharPeek, Peek$, StrPeek | v | |
Write a null-terminated string to memory | Char{}=, CharPoke, Poke$, StrPoke | v |
Crypting, Mime encoding, Checksum Keywords
Variables and Constants Keywords
{Created by Sjouke Hamstra; Last updated: 18/12/2022 by James Gaite}