I am not able to optimize the following regex:
/("[\w\s]+"\s+near\s"+[\w\s]+")|("[\w\s]+"\s+near\s+\w+)|(\w+\s+near\s"+[\w\s]+")|(\w+\s+near\s+\w+)/i
Kindly help.
I am not able to optimize the following regex:
/("[\w\s]+"\s+near\s"+[\w\s]+")|("[\w\s]+"\s+near\s+\w+)|(\w+\s+near\s"+[\w\s]+")|(\w+\s+near\s+\w+)/i
Kindly help.