Two Laptop Bag
The moose likes Oracle/OAS and the fly likes Regarding Substring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Regarding Substring" Watch "Regarding Substring" New topic
Author

Regarding Substring

santhosh kumar vk
Ranch Hand

Joined: Aug 25, 2009
Posts: 115
Hi,

I am doing sub string in oracle, while doing sub string a text the asterisk is not coming
for example i am giving input as "12345*, 1234, 45678" but it giving 12345
This is the code i was using REGEXP_SUBSTR("12345*, 1234, 45678",'(\w)+',1,l_loop_index);
i want output like
12345*
1234
45678

Could you please help me

Thanks,
Santhosh Kumar V.K
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regarding Substring
 
Similar Threads
How to increase the colum width
Struts 2 parameter mapping issue
Regarding validation of field
check the output
Methods and Arrays Help