Reply To: How can I search content with REGEX ?

Overview Forums Discussions How can I search content with REGEX ? Reply To: How can I search content with REGEX ?

#2390
Nicu Fantanaru
Guest

for example a simple regex:

“my car * oil”

this search will get some answers, and the symbol * will find the missing words only. And ” “  is for exact match.

“my car needs oil”  or “my car leaking oil” or “my Car after overfilling my oil”

If I don’t use symbols search such as or * it will be dificult to get the expected result quickly.