|
|
Browse by Tags
All Tags » regexlib » regex
-
For a telecom rating application, I have to test the pricing of phone calls to destination phone numbers.
Depending on the destination phone number, or to be more precise, depending on the regex pattern the phone number conforms to, the price varies.
My client has supplied me with *hundreds* of phone number patterns en regex form, here is an ...
-
Here is a string that I wan to find
"some string some other one blah bla \"hello world \" "
also should match
"some string some other one
blah bla \"hello world \" "
also
""
in conclusion I wantto detect all string which can be multiple lines also have
\"
inside of that string.
I ...
|
|
|