1. | Meta-characters to match against certain string boundaries | | |
2. | Characters classes specifies a list of possible characters | | |
3. | POSIX character classes and Java character classes | | |
4. | Character Class Matches | | |
5. | Greedy Operator Description | | |
6. | Reluctant (Lazy) Operator Description | | |
7. | Displays directory listing using regular expressions | |  |
8. | Like Regular Expression Demo in a TextField | |  |
9. | StringConvenience -- demonstrate java.lang.String convenience routine | |  |
|
10. | Split a String into a Java Array of Strings divided by an Regular Expressions | |  |
11. | Simple example of using Regular Expressions class. | |  |
12. | Match the Q[^u] pattern against strings from command line | | |
13. | demonstrate Regular Expressions: Match -> group() | |  |
14. | Show case control using Regular Expressions class. | |  |
15. | Matcher and Pattern demo | |  |
16. | Matcher and Pattern demo 2 | |  |
17. | Standalone Swing GUI application for demonstrating Regular expressions. | |  |
18. | Regular Expressions in Action | | |
19. | Match SQL string | | |
20. | Display all URLs in a web page by matching a regular expression that describes the HTML tag | | |