Task 1: I'm looking to match, using rex, whenever the first "visible" character of a string is a plus sign. That is, the "+" could be the very first character, or it could be preceeded by any number of spaces, tabs, carriage returns, etc.
Task 2 is similar, but I want to match if the first visible character is NOT a plus sign. Again, in this case, I don't care about any characters such as spaces, tabs, CR, etc., at the beginning.
Thanks again for the help.
Task 2 is similar, but I want to match if the first visible character is NOT a plus sign. Again, in this case, I don't care about any characters such as spaces, tabs, CR, etc., at the beginning.
Thanks again for the help.