M
muyBN
Are regular expressions only for searching or can they also be used for
matching? I read a 4GuysFromRolla article that only mentioned searching. I
was wondering if it's possible to do something like the following:
if Selection=[a-z/A-Z/0-9] then...
....or better yet:
If instr(Selection,[a-z/A-Z/0-9])=1 then...
matching? I read a 4GuysFromRolla article that only mentioned searching. I
was wondering if it's possible to do something like the following:
if Selection=[a-z/A-Z/0-9] then...
....or better yet:
If instr(Selection,[a-z/A-Z/0-9])=1 then...