Xbasic
regex_literal_insert Function
Syntax
C REGEX_LITERAL_INSERT(text as c,RegEx as c[,options as c])
Arguments
- text
Character
- RegEx
Character
- options
Character
Description
Insert the literal characters into an undecorated string.
Example
? regex_literal_insert("8004511018","\([0-9][0-9][0-9]\) [0-9][0-9][0-9] [0-9][0-9][0-9][0-9]") = "(800) 451 1018"
See Also