Profile for User: erdem_ustu
You are here: Home1
I think solved.
if I write .do(w+?) and replace .do 1 it seems ok.
is it right?
another problem in this situation
“.jpg-“
“.html-“
“.js-“
“.htm-“
is it possible
“.jpg -“
“.html -“
“.js -“
best regards
when write find criteria .do(w+?)
found mmenudom,imageDosya..vb
only want to find “.do*” (dot di o and any words)
replace “.do one space word”
for example find: /search.doquery=
after replacing /search.do query=
I could not do /Start.do; only doing .do* (* means number,charc,or words) there are dot in front of the do
is there a list of reqular expression with example.
please help me