aspose file tools
The moose likes Oracle/OAS and the fly likes Oracle Regular Expressions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Oracle Regular Expressions" Watch "Oracle Regular Expressions" New topic
Author

Oracle Regular Expressions

Janeice DelVecchio
Saloon Keeper

Joined: Sep 14, 2009
Posts: 1611
    
  10

I'm studying for "Oracle Database SQL Expert". There is a whole section about regular expressions:
Regular Expression Support
[ ] Using Meta Characters
[ ] Regular Expression Functions
[ ] Replacing Patterns
[ ] Regular Expressions and Check Constraints


Are these the same regular expressions used in Java? If not, how do they differ?

Thanks


When you do things right, people won't be sure you've done anything at all.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14669
    
  11

Oracle's regular expressions are based on the POSIX Extended Regular Expressions (ERE). Java adds more functionality to it, but I think the basic syntax is the same. You'll find some comparative information here.


[My Blog]
All roads lead to JavaRanch
Janeice DelVecchio
Saloon Keeper

Joined: Sep 14, 2009
Posts: 1611
    
  10

Thanks a lot!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Oracle Regular Expressions
 
Similar Threads
xs:pattern meaning
criteriaFind() doubt
substr in oracle
replaceAll()
Strings replaceAll()