regex - Java string.replaceFirst problems -


i'm trying replace part of string. part contains special characters:

#l(inches)=24# 

i know replacefirst regex driven can't seem create regular expression matches part in string, ideas?

#.*?# 

this should match entire string above.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -