Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ahinesSo I am relatively new to regex, but I believe I am heading in the right direction. I have a column of data where there is many different types of strings. The vast majority I do not care about. I want to extract all the rows where that column (Text) contains the string 'CASH DEP O/S'. After that string there are 2 spaces and then a MM/DD date. I've been reading and trying different combinations for awhile, but I keep getting the same error when I try to to run:
brain.node.JRegex.cpp.147
I've ran a filter and tried removing all the '/', replacing them with spaces to make the pattern easier, but it's a no-go. Any regex experts have any ideas, or a good source of information on syntax for spaces, exact matches AND special characters (/)?