/ Published in: SAS
URL: http://studysas.blogspot.com/2010/03/prxmatch-function.html
Prxmatch () function is very useful in locating the matching strings. Prxmatch() function has 2 parameters, the first parameter is the regular expression ID (i.e what you are looking in a string for a match) and the second parameter is the character string to be searched. PRXMATCH () function returns the start position of the matching string.
Expand |
Embed | Plain Text
http://studysas.blogspot.com/2010/03/prxmatch-function.html
You need to login to post a comment.
