Regex Match with Multiple Words, I need you to not use leading and trailing spaces.
Regular Expressions
1
Posts
1
Posters
4
Views
1
Watching
-
I use Regex match to find multiple words in Like mode (start and end point). I do not want the return to include the space as the first position and I do not want the final space to count as valid. Regular Expression: "\b(?:.Road.|.ous.|.Street.)\b" Must Return: Match:9 length:5 End:13 Text: "have one house free."