11. Regular Expressions

11. 1. Introduction
11. 1. 1. Regular Expression Basics
11. 1. 2. Regex class
11. 1. 3. Match class
11. 1. 4. Compiled Regular Expressions
11. 1. 5. Using RegexOptions
11. 1. 6. Character Escapes
11. 2. Character Sets
11. 2. 1. Character Sets
11. 3. Quantifiers
11. 3. 1. Quantifiers
11. 3. 2. Greedy Versus Lazy Quantifiers
11. 3. 3. Zero-Width Assertions
11. 3. 4. Splitting a camel-cased word
11. 4. Anchors
11. 4. 1. Anchors
11. 4. 2. Word Boundaries
11. 4. 3. Lines of at least 80 characters
11. 4. 4. Word count
11. 5. Groups
11. 5. 1. Groups
11. 5. 2. Named Groups
11. 5. 3. U.S. Social Security number/phone number
11. 5. 4. Extracting "name = value" pairs (one per line)
11. 5. 5. Matching a Guid
11. 5. 6. Parsing an XML/HTML tag
11. 6. Regex
11. 6. 1. Replacing and Splitting Text
11. 6. 2. Splitting Text
11. 6. 3. Obtaining a legal filename
11. 6. 4. Escaping Unicode characters for HTML
11. 6. 5. Unescaping characters in an HTTP query string
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.