|
String replace method
Hi all,
I have a problem with string replacement. Details follows...
String : select count(*) from my_table
I have to replace count(*) with count(1).But The String's replaceAll() asking for regular expressions..can u just tell me what regular expression suits my needs?
I don't want to use replace() method...Can u tell me...
Thanks in advance..
|