YasserKhalil
Well-Known Member
Hello everyone
I have some strings like that
" Please take care nOHello fxExperts Excel"
And I have array of substrings that I want to use to remove the strings before any of these substrings
a = Array("fx", "TD", "nO")
So As for the example the expected output would be : "Experts Excel"
I need the regex pattern to do that task please?
The substrings in the array are case sensitive ..
I have some strings like that
" Please take care nOHello fxExperts Excel"
And I have array of substrings that I want to use to remove the strings before any of these substrings
a = Array("fx", "TD", "nO")
So As for the example the expected output would be : "Experts Excel"
I need the regex pattern to do that task please?
The substrings in the array are case sensitive ..