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
Group « Regular Expressions « Java
Java
Regular Expressions
Group
1.
find the starting point of the first subgroup
2.
Find the starting point of the second subgroup
3.
Matcher.group(int) Method Example
4.
Find group number 1 of the second find
5.
Matcher Group Count
6.
Using appendReplacement with Subgroup Replacements
7.
Working with Groups: characters and digits
8.
Working with Subgroups
9.
Capturing Text in a Group in a Regular Expression
10.
Getting the Indices of a Matching Group in a Regular Expression
11.
Using a Non-Capturing Group in a Regular Expression
12.
Using the Captured Text of a Group within a Pattern
13.
Using the Captured Text of a Group within a Replacement Pattern