Sponsored Links

 

 

 

Oracle Regular Expressions

Source: www.oracle.com
Topic: Oracle Programming


Short Desciption:
4 | Oracle Regular Expressions Pocket Reference Tutorial A regular expression (often known asa regex ... growing range of editors, emailcli- ents, programming languages, scripting languages, and now Oracle SQL ...

 

Content Inside:
Tutorial and Quick Reference Jonathan Gennick & Peter Linsley Pocket Reference Oracle Regular Expressions Oracle Regular Expressions Pocket Reference Jonathan Gennick and Peter Linsley Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo 4 | Oracle Regular Expressions Pocket Reference Tutorial A regular expression (often known asa regex ) is a sequence of characters that describe a pattern in text. Regular expres- sionsuseasyntax that has evolved over a number of years, and that is now codified as part of the POSIX standard. Regular expressions are extremely useful, because they allow you to work with text in terms of patterns. For example, you can use regular expressions to search the park table and iden- tifyanyparkwitha description containing text that looks like a phone number. You can then use the same regular expression     to extract that phone number from the description. NOTE This tutorial will get you started using regular expressions,       but we can only begin to cover the topic in this small book. If you want to learn about regular expres- sionsindepth, see Jeffrey Friedlsexcellentbook Mastering    Regular Expressions (OReilly). Patterns The simplest type of pattern is simply an exact string of char- actersthatyouare searching for, such as the string in the following       WHERE clause: SELECT * FROM park WHERE park_name=Mackinac Island State Park; However, the string Mackinac Island State Park isntwhat most people think of when you mention the word"pattern." The expectation is that a pattern will use so-called metachar- acters that allow for matches when you know only the general     pattern of text you are looking for. Standard SQLhas long had rather limited support for pattern matching in the form of the LIKE predicate. For exa ...

 

add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Related PDF Files

Intro to PL/SQL


Topic: Oracle Programming

Introduction to PL/SQL 2-day Workshop Give your IT staff the knowledge of using Oracles procedural language: PL/SQL. The focus of this course is to students with a working knowledge of SQL the ...

Oracle Database 2 Day + Performance Tuning Guide


Topic: Oracle Programming

Oracle® Database 2 Day + Performance Tuning Guide 10 g Release 2 (10.2) B28051-01 November 2006 Easy, Automatic, and Step-By-Step Performance Tuning Using Oracle Diagnostics Pack, Oracle Database ...

Installing Oracle 9i release 1 RAC on Windows/2000


Topic: Oracle Programming

Miracle A/S Technical Note #3 17-Jan-2003 Page 1 of 5 Installing Oracle 9i release 1 RAC on Windows/2000 This technical note gives some hints and tips on installing Oracle Real Application Clusters, 9 ...

Oracle Database Recovery Manager


Topic: Oracle Programming

Oracle® Database Recovery Manager Quick Start Guide 10 g Release 2 (10.2) Oracle Database Recovery Manager

Oracle SQL*Module for Ada Programmer’s Guide


Topic: Oracle Programming

Oracle ® SQL*Module for Ada Programmers Guide Oracle SQL*Module for Ada Programmer’s Guide

 

Sponsored Links