hi
suppose i have a string like
test1?test2t-test3*test4*tes t5$test6#test7* test8
how can i construct the regexp to get test3*test4*tes t5 and
test7*test8, ie, i want to match * and the words before and after?
thanks
suppose i have a string like
test1?test2t-test3*test4*tes t5$test6#test7* test8
how can i construct the regexp to get test3*test4*tes t5 and
test7*test8, ie, i want to match * and the words before and after?
thanks
Comment