Pattern « Regular Expressions « Java

Java
1. 2D Graphics GUI
2. 3D
3. Advanced Graphics
4. Ant
5. Apache Common
6. Chart
7. Class
8. Collections Data Structure
9. Data Type
10. Database SQL JDBC
11. Design Pattern
12. Development Class
13. EJB3
14. Email
15. Event
16. File Input Output
17. Game
18. Generics
19. GWT
20. Hibernate
21. I18N
22. J2EE
23. J2ME
24. JDK 6
25. JNDI LDAP
26. JPA
27. JSP
28. JSTL
29. Language Basics
30. Network Protocol
31. PDF RTF
32. Reflection
33. Regular Expressions
34. Scripting
35. Security
36. Servlets
37. Spring
38. Swing Components
39. Swing JFC
40. SWT JFace Eclipse
41. Threads
42. Tiny Application
43. Velocity
44. Web Services SOA
45. XML
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java » Regular Expressions » PatternScreenshots 
1. Simple PatternSimple Pattern
2. Pattern MatchPattern Match
3. Pattern SplitPattern Split
4. Another pattern splitAnother pattern split
5. Reg Exp Example
6. PatternConvenience -- demonstrate java.util.regex.Pattern convenience routinePatternConvenience -- demonstrate java.util.regex.Pattern convenience routine
7. Simple example of using Regular Expressions functionality in String classSimple example of using Regular Expressions functionality in String class
8. Show use of Pattern.CANON_EQShow use of Pattern.CANON_EQ
9. A block of text to use as input to the regular expression matcher
10. Allows you to easily try out regular expressions
11. Regular expressions: start EndRegular expressions: start End
12. Pattern: ResettingPattern: Resetting
13. Pattern: flags Pattern: flags
14. Setting Case Sensitivity in a Regular Expression
15. Use enclosing form
16. Use a character set
17. Adding Comments to a Regular Expression
18. The inline modifier can also contain pattern characters using the form (?x:abc)
19. Use an inline modifier: (?x)a [\\ ] b
20. Use an inline modifier: x)a \\s b
21. Use an inline modifier: a (?x: b)
22. Tabs and newlines in the pattern are ignored as well
23. Compiling a Pattern with Multiple Flags
24. Matching Across Line Boundaries in a Regular Expression
25. Match Duplicate Words
26. Validation Test With Pattern And Matcher
27. Match one or more
28. Matcher.reset: restart
29. Matcher.reset(CharSequence)
30. Matcher.start(): Find the starting point
31. Matcher.start(int) Example
32. Matcher.end(): find the end point
33. Find the end point of the second 'test'
34. Using the find() Method from Matcher
35. Using the find(int) Method
36. Using the lookingAt Method
37. Possessive Qualifier Example
38. Simple Positive Lookahead
39. Finding Every Occurrence of the Letter A
40. Simple Negative Lookahead
41. Simple Positive Lookbehind
42. Regular expression search program
43. Find all matches
44. Implement a pattern matcher for regular expressions
45. Regular expression and CharSequence
46. Regular Expression search and replace program
47. Pattern helper
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.