|
|
Browse by Tags
All Tags » Word boundary
-
I want to match "hey you" anywhere in multiple lines of text and there could be a CR/LF separating "hey" and "you" or any other word boundary.
Does not work: \bhey\byou\b
This works: ...
-
Hi
I am trying to extract all the text between two words from the following text
4644485 Connect prod@64.151.xx.xx on
4644485 Init DB ...
-
Hello, I just found these forums and I hope someone here can shed some info on the following issue. I'm trying to match the Ruby keyword "defined?" in a Javascript script. It's unique due to the question mark at the end and my generic keyword RegExp with word boundaries at the ends keeps failing. Here's what I have so ...
|
|
|