Link to home
Start Free TrialLog in
Avatar of chandra sekhar
chandra sekhar

asked on

how to extract number from string using regular expressions in oracle

This is my string  'chandra12[123]sekhar'


o/p:- 123
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chandra sekhar
chandra sekhar

ASKER

Hi Rgonzo1971,

please send me articles/videos related regular expression
You could try

https://www.youtube.com/watch?v=c-Ov1JUMDv4
it's a different flavor but the basics are there

syntax for oracle
http://www.techonthenet.com/oracle/functions/regexp_substr.php

You can test your regex in
https://regex101.com/