Regex Question
Windows Forms
2
Posts
1
Posters
0
Views
1
Watching
-
What would be the most practical Regex pattern for a whole-word-only search? Example: Match "life" but not "life's"
-
What would be the most practical Regex pattern for a whole-word-only search? Example: Match "life" but not "life's"
Okay, never mind. NOW I know what the ExplicitCapture option does. :-)