Answer the question
In order to leave comments, you need to log in
How to check for the presence of a "word" in a string?
I tried something like this rxDel1 = regexp.MustCompile(`^[выдачи]+$`)
...
How can this be done?
Answer the question
In order to leave comments, you need to log in
For a specific word, the presence can be checked through Index
. For the rest, it is worth studying the documentation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question