Trying to find all the strings which include "min" or "min." or "m." or "m". How to do that?
It should be something like this: (min.\|min|m.|m). But it finds "m", not "min." in text "blablabla min.". I understand why it returns what it returns, but don't know how to write to work it correctly.