View Single Post
  #1 (permalink)  
Old 07-10-2007, 03:18 PM
venkata.tarigopula venkata.tarigopula is offline
Member
 
Join Date: Jul 2007
Posts: 1
venkata.tarigopula is on a distinguished road
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..
Reply With Quote
Sponsored Links