I need to split a string let's say "asdf aA asdfget aa uoiu AA" split using "aa" ignoring the case. to
"asdf "
"asdfget "
"uoiu "
I need to split a string let's say "asdf aA asdfget aa uoiu AA" split using "aa" ignoring the case. to
"asdf "
"asdfget "
"uoiu "