08-14-2013 10:57 PM
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.
08-15-2013 02:30 AM
Hi Alan,
you have to provide information on the view setting of the string (control/constant)! Is it set to "Default" or to "\-Code display"?
- When using default display (as should be used for input for RegEx functions) you just type \r\n\s\s into the string control.
- Otherwise set "\-code display" and start typing the same chars...
08-15-2013 03:02 AM
@saintalan94 wrote:
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.
\s is Space, there's a space constant in string palette, or simply place a string constant with 2 spaces.
/Y