Quote:
Originally Posted by kinook
Define a group capture for the expression: (\w)
Or uncheck Include all matches and use something like \w*
|
Above works great however using VBP's regular expressions how do you parse one or two or three digits from either a string or a file?
(/d/d) works only for two digits.