Thread: RegExp quandary
View Single Post
Old 05-07-2005, 09:32 AM   #3
csh
Junior Member
csh began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2005
Device: Sony PEG-T665C
Tried that too. (and tried .*\\\+.*) It seems to be a problem in escaping the meta-value of "+".

BTW, noticed an error in the last "replace" line. This:
link.uri = link.uri.replace("tag=st_lh", "tag-st.util.print");
should be:
link.uri = link.uri.replace("tag=st_lh", "tag=st.util.print");
csh is offline