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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -