Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Word Start End « Regular Expressions « Oracle PL / SQL
Oracle PL / SQL
Regular Expressions
Word Start End
1.
"^" 'anchoring operator' and matches the beginning of a string
2.
Asking for a match for a capital 'F' followed by any character
3.
Add anchors or 'wildcard' match characters as need be
4.
'$' a dollar sign is another anchoring operator and matches only the end of a string