Hi,
I want to replace any text "car", but problem is that it will also replace any text containing car, like carbonate.

I use a regex text replace, but what should I put to limit its work to "car" only ?
Thanks,
Brakkar

Comments

avpaderno’s picture

Did you try using a pattern matching like car$?

avpaderno’s picture

If that doesn't work, the alternative is to use a pattern matching like car[ \.;].

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, which is for a not supported Drupal version.