• Home
  • Java
  • 2D Graphics GUI
  • 3D
  • Advanced Graphics
  • Ant
  • Apache Common
  • Chart
  • Class
  • Collections Data Structure
  • Data Type
  • Database SQL JDBC
  • Design Pattern
  • Development Class
  • EJB3
  • Email
  • Event
  • File Input Output
  • Game
  • Generics
  • GWT
  • Hibernate
  • I18N
  • J2EE
  • J2ME
  • JavaFX
  • JDK 6
  • JDK 7
  • JNDI LDAP
  • JPA
  • JSP
  • JSTL
  • Language Basics
  • Network Protocol
  • PDF RTF
  • Reflection
  • Regular Expressions
  • Scripting
  • Security
  • Servlets
  • Spring
  • Swing Components
  • Swing JFC
  • SWT JFace Eclipse
  • Threads
  • Tiny Application
  • Velocity
  • Web Services SOA
  • XML

Basic Regular Expressions « Regular Expressions « Java






  1. Java
  2. Regular Expressions
  3. Basic Regular Expressions
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 expressionsDisplays directory listing using regular expressions
8.Like Regular Expression Demo in a TextFieldLike Regular Expression Demo in a TextField
9.StringConvenience -- demonstrate java.lang.String convenience routineStringConvenience -- demonstrate java.lang.String convenience routine








10.Split a String into a Java Array of Strings divided by an Regular ExpressionsSplit a String into a Java Array of Strings divided by an Regular Expressions
11.Simple example of using Regular Expressions class.Simple example of using Regular Expressions class.
12.Match the Q[^u] pattern against strings from command line
13.demonstrate Regular Expressions: Match -> group()demonstrate Regular Expressions: Match -> group()
14.Show case control using Regular Expressions class.Show case control using Regular Expressions class.
15.Matcher and Pattern demoMatcher and Pattern demo
16.Matcher and Pattern demo 2Matcher and Pattern demo 2
17.Standalone Swing GUI application for demonstrating Regular expressions.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

java2s.com  | © Demo Source and Support. All rights reserved.