public class PatternMatches1
extends java.lang.Object
| Constructor and Description |
|---|
PatternMatches1() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Create Pattern and Matcher objects, test several similar elements within
a String against the Matcher object and display the matching elements from
the Pattern to the console window.
|
public static void main(java.lang.String[] args)
args - the command line String[] array arguments