Answer the question
In order to leave comments, you need to log in
How to find all characters in string "abaabaaabaabaaaa" except substring "aa"?
Hello. Suppose there is a string "abaabaaabaabaaaa", how to find all the characters in it, except for the substring "aa"?
The result should be " ab aa baaab aa baaaa ".
I managed to do the opposite. Find an occurrence of "aa" regex101 .
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question