11-07-2008, 11:49 AM
Hi,
How can you check for a space in n length word. I need to check a space at 3rd letter in a n length word using regular expressions.
Correct me if i am wrong... Shall i use
oRegExp.Pattern = "../s.*" ???
How can you check for a space in n length word. I need to check a space at 3rd letter in a n length word using regular expressions.
Correct me if i am wrong... Shall i use
oRegExp.Pattern = "../s.*" ???