How do I input a Regular Expression like \r\n\s\s into a string?
I know \r\n we can use end of line constant.
What about \s\s?
I can't concatenate \s\s into my output string.
Can anyone give me any guidance?
Thanks,
Alan.
How do I input a Regular Expression like \r\n\s\s into a string?
I know \r\n we can use end of line constant.
What about \s\s?
I can't concatenate \s\s into my output string.
Can anyone give me any guidance?
Thanks,
Alan.