java - String back referencing is not working in GXT server mode but works in GXT dev mode -


i have below code works in gxt development mode. not working in gxt server mode. can please me in resolving this?

string stringvalue = "servicing"; if (stringvalue != null && !stringvalue.isempty()) {     string newdata = stringvalue.replaceall("(?i)servi", "<mark>$0</mark>");     system.out.println(newdata); } 

you have use gxt's regexp , matcher make work in server mode.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -