If I have the following data:
"test1"."test2" AND "test1"."test2"
What regex can I use to match "test1"."test2"
?
I tried the following but it did not work.
\b"test1"."test2"(\s+|$)
In the given example I'd like to match "test1"."test2"
, and, "test1"."test2"