Language Reference

Character String Matching Functions and Subroutines

CALL RXCHANGEchanges one or more substrings that match a pattern
CALL RXFREEfrees memory allocated by other regular expression (RX) functions and CALL routines
RXMATCHfinds the beginning of a substring that matches a pattern
RXPARSEparses a pattern
CALL RXSUBSTRfinds the position, length, and score of a substring that matches a pattern
CALL PRXCHANGEperforms a pattern matching substitution
CALL PRXDEBUGenables Perl regular expressions in a DATA step to send debug output to the SAS log
CALL PRXFREEfrees unneeded memory that was allocated for a Perl regular expression
PRXMATCHsearches for a pattern match and returns the position at which the pattern is found
CALL PRXNEXTreturns the position and length of a substring that matches a pattern and iterates over multiple matches within one string
PRXPARENreturns the last bracket match for which there is a match in a pattern
PRXPARSEcompiles a Perl regular expression that can be used for pattern matching of a character value
CALL PRXPOSNreturns the start position and length for a capture buffer
CALL PRXSUBSTRreturns the position and length of a substring that matches a pattern

Previous Page | Next Page | Top of Page