search - Wrap text - case insensitive with php -
If I search for Tom ARNDF
and $ variable
"Tom Arnfeld", I get likes
as a great code in Mesecul (which is case-insensitive)
To highlight which part of the search with the query I $ variable
$ variable
.
$ TextToPrint = preg_replace ("/ ({$ variable}) / i", " $ 1 , $ text)
this can help
Comments
Post a Comment