Good day!
Can you tell me if it is possible to determine where a certain character from a string is located using this library? Some way to mark it.
It's just that in some words it is necessary to write ё, but they usually write e.
We have a dictionary of regular expressions, and we need to use them to search for words with e.
At the same time, there may be e in the same words, which should not be replaced by ё.
I think we wanted to use occurrence groups for this. Can you tell me if it is possible to get a group? I mean get the characters that are in brackets.