買這商品的人也買了...
- 
                
                   $399Oracle8i Advanced PL/SQL Programming (Paperback) $399Oracle8i Advanced PL/SQL Programming (Paperback)
- 
                
                   $1,400Oracle High-Performance Tuning with STATSPACK (Paperback) $1,400Oracle High-Performance Tuning with STATSPACK (Paperback)
- 
                
                   C:程式設計藝術 (C How To Program, 3/e) C:程式設計藝術 (C How To Program, 3/e)$680$612
- 
                
                   $825Instant Oracle9i PL/SQL Scripts (Paperback) $825Instant Oracle9i PL/SQL Scripts (Paperback)
- 
                
                   Oracle SQL Tuning Pocket Reference Oracle SQL Tuning Pocket Reference$620$589
- 
                
                   Perl for Oracle DBAs Perl for Oracle DBAs$1,760$1,672
- 
                
                   Dreamweaver MX 中文版實務 Dreamweaver MX 中文版實務$490$387
- 
                
                   作業系統概念 (Operating System Concepts, 6/e Windows XP Update) 作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741
- 
                
                   Red Hat Linux 9 實務應用 Red Hat Linux 9 實務應用$650$553
- 
                
                   Dreamweaver MX 互動網站百寶箱 for ASP Dreamweaver MX 互動網站百寶箱 for ASP$580$493
- 
                
                   STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework) STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538
- 
                
                   Adobe Acrobat 6 中文版活用手冊 Adobe Acrobat 6 中文版活用手冊$350$298
- 
                
                   行動 Linux─KNOPPIX 改造手冊 行動 Linux─KNOPPIX 改造手冊$290$247
- 
                
                   Linux 伺服器安全防護 (Building Secure Servers with Linux) Linux 伺服器安全防護 (Building Secure Servers with Linux)$580$458
- 
                
                   Java 程式設計藝術 (Java How to Program, 5/e)(精裝本) Java 程式設計藝術 (Java How to Program, 5/e)(精裝本)$880$792
- 
                
                   FreeBSD 完全探索 (Absolute BSD: The Ultimate Guide to FreeBSD) FreeBSD 完全探索 (Absolute BSD: The Ultimate Guide to FreeBSD)$640$544
- 
                
                   挑戰 Dreamweaver MX 互動網站百寶箱 for PHP 挑戰 Dreamweaver MX 互動網站百寶箱 for PHP$149$149
- 
                
                   Linux Server Hacks 駭客一百招 (Linux Server Hacks) Linux Server Hacks 駭客一百招 (Linux Server Hacks)$400$316
- 
                
                   精通 Exchange 2003 Server 架構企業訊息協同作業平台 精通 Exchange 2003 Server 架構企業訊息協同作業平台$580$452
- 
                
                   Effective Java Programming Language Guide 中文版 (Effective Java Programming Language Guide) Effective Java Programming Language Guide 中文版 (Effective Java Programming Language Guide)$560$442
- 
                
                   LDAP 系統管理 (LDAP System Administration) LDAP 系統管理 (LDAP System Administration)$620$490
- 
                
                   Oracle Utilities Pocket Reference Oracle Utilities Pocket Reference$620$589
- 
                
                   Oracle PL/SQL Language Pocket Reference, 4/e Oracle PL/SQL Language Pocket Reference, 4/e$750$713
- 
                
                   SQL Pocket Guide, 3/e (Paperback) SQL Pocket Guide, 3/e (Paperback)$890$846
- 
                
                   The Web Design Pocket Guide Boxed Set (Includes The HTML Pocket Guide, The JavaScript Pocket Guide, and The CSS Pocket Guide) (Paperback) The Web Design Pocket Guide Boxed Set (Includes The HTML Pocket Guide, The JavaScript Pocket Guide, and The CSS Pocket Guide) (Paperback)$1,580$1,548
商品描述
Oracle Regular Expressions Pocket Reference is part tutorial and part quick-reference. It's suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G's support for regular expressions, including globalization support and differences between Perl's syntax and the POSIX syntax supported by Oracle 10G. It also provides a comprehensive reference, including examples, to all supported regular expression operators, functions, and error messages.
Table of Contents
Introduction  
      Tutorial  
   
             Patterns  
 
               Regular 
Expressions  
           
     Bracket Expressions  
       
         The Escape Character  
         
       Subexpressions  
     
           Alternation  
   
             Greediness  
 
               Backreferences  
                
Fuzziness  
      Oracle's Regular Expression 
Support  
           
     Regular Expression Functions 
     
           Regular Expression Locale 
Support  
           
     Regular Expression Matching Options  
 
               Standards 
Compliance  
                
Differences Between Perl and Oracle  
      Regular Expression 
Quick Reference  
           
    \ (Backslash) 
           
    \1 through \9 (Backslash) 
       
        . (Period) 
         
      ^ (Caret) 
           
    $ (Dollar Sign) 
           
    [ ] (Square Brackets) 
         
      [.  .] (Collation Element) 
     
          [:  :] (Character Class) 
 
              [=  =] (Equivalence 
Class) 
               * 
(Asterisk) 
               + 
(Plus Sign) 
               ? 
(Question Mark) 
               { 
} (Curly Braces) 
               
Vertical Bar (|) 
               
( ) (Parentheses) 
      Oracle Regular Expression 
Functions  
               
REGEXP_INSTR 
               
REGEXP_LIKE 
               
REGEXP_REPLACE 
               
REGEXP_SUBSTR 
      Oracle Regular Expression Error 
Messages  
               
ORA-01760: illegal argument for function 
         
      ORA-12722: regular expression internal error 
 
              ORA-12725: unmatched 
parentheses in regular expression 
           
    ORA-12726: unmatched bracket in regular expression
 
              ORA-12727: invalid back reference in 
regular expression 
               
ORA-12728: invalid range in regular expression 
       
        ORA-12729: invalid character class in regular 
expression: 
               ORA-12730: 
invalid equivalence class in regular expression 
         
      ORA-12731: invalid collation class in regular 
expression 
               
ORA-12732: invalid interval value in regular expression 
商品描述(中文翻譯)
《Oracle 正規表達式口袋參考》是一本部分教學、部分快速參考的書籍。它適合從未使用過正規表達式的人,以及有使用 Perl 和其他支援正規表達式的語言經驗的人。本書描述了 Oracle Database 10G 對正規表達式的支援,包括全球化支援以及 Perl 語法與 Oracle 10G 支援的 POSIX 語法之間的差異。它還提供了全面的參考,包括所有支援的正規表達式運算子、函數和錯誤訊息的範例。
目錄
引言
教學
模式
正規表達式
括號表達式
轉義字元
子表達式
交替
貪婪
回參考
模糊性
Oracle 的正規表達式支援
正規表達式函數
正規表達式區域支援
正規表達式匹配選項
標準遵循
Perl 與 Oracle 之間的差異
正規表達式快速參考
\ (反斜線)
\1 到 \9 (反斜線)
. (句點)
^ (插入符號)
$ (美元符號)
[ ] (方括號)
[. .] (排序元素)
[: :] (字元類)
[= =] (等價類)
* (星號)
+ (加號)
? (問號)
{ } (大括號)
豎線 (|)
( ) (圓括號)
Oracle 正規表達式函數
REGEXP_INSTR
REGEXP_LIKE
REGEXP_REPLACE
REGEXP_SUBSTR
Oracle 正規表達式錯誤訊息
ORA-01760: 函數的非法參數
ORA-12722: 正規表達式內部錯誤
ORA-12725: 正規表達式中的括號不匹配
ORA-12726: 正規表達式中的括號不匹配
ORA-12727: 正規表達式中的無效回參考
ORA-12728: 正規表達式中的無效範圍
ORA-12729: 正規表達式中的無效字元類:
ORA-12730: 正規表達式中的無效等價類
ORA-12731: 正規表達式中的無效排序類
ORA-12732: 正規表達式中的無效區間值

 
     
     
     
     
     
     
    
 
     
     
     
     
     
     
     
     
    
 
    