Question
Regular Expressions
I have a search application where a user can input search
strings into a text box and submit.
If the user enters for example: website "content approval" new
What would the regular expression be to extract the 3 words:
1) website
2) content approval
3) new
There are also other scenarios that a user can enter, so it will need to work for all cases.
If the user enters for example: website "content approval" new
What would the regular expression be to extract the 3 words:
1) website
2) content approval
3) new
There are also other scenarios that a user can enter, so it will need to work for all cases.
