Regular Expression help [message #499718] |
Tue, 15 March 2011 23:17 |
|
chanveil
Messages: 22 Registered: December 2010
|
Junior Member |
|
|
Hi
I have a regular expression "regex" and I have a text , now I want to know if some parts of this text matches the "regex" i have , and what is the result.
for example:
if I have a text " bla bla bla bla R 25 bla bla R 25/30 bla bla bla S 30/50/30 bla bla "
and I have a regex "[RS] (\\d+|\\d+/\\d+|\\d+/\\d+/\d+)" which will match the bold data ...
now , I want a code that returns for me the bold expressions.
any help please?
|
|
|
Re: Regular Expression help [message #499752 is a reply to message #499718] |
Wed, 16 March 2011 01:57 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
This question bears no real connection with Oracle.
Please find a more appropriate forum.
The topic is locked.
If I'm wrong, please, PM me (or report this message to a moderator, explain why you think it should be unlocked and it might be done).
Regards
Michel
|
|
|