I have a query string query_word = platelet NEAR/2 function NEAR/2 testing)) AND la.exact("English") AND TI(test or testing OR assay) AND human(yes)
my output need to be like that output= platelet NEAR/2 function NEAR/2 testing)) AND AND TI(test or testing OR assay) AND human(yes)
I want to match the word la.exact("English")
and delete it.
PS the content of la.exact("content")
can change.
My regular expression is \b(la.exact((.*?)\))\b