simple regex
i have string: "abracadabra"
now i'm checking if my string has "abra"
if(string.indexOf("what should i put here")>-1) then....
what should i put there, i'm too good in regex, thanks for advice
i have string: "abracadabra"
now i'm checking if my string has "abra"
if(string.indexOf("what should i put here")>-1) then....
what should i put there, i'm too good in regex, thanks for advice