benjamin-hodgson/Pidgin

Finding a pattern in text

RomanSoloweow opened this issue · 0 comments

For example, I need to search for an expression.
If expression is found - return as result
If not, skip one character

And so on until the end of the line. Only found expressions should be returned as a result.