Hi guys,
I need some help extracting the following bits of information using regular expressions.
Here is my input string "C:\Yes"
**** Missing character at start of string and in between but not at the end = a weird superscript looking L.***
I need to extract "C:\" into one string and "Yes" into another.
Thanks In Advance.