public class RegexMatcher extends Object
| Constructor and Description |
|---|
RegexMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static Matcher |
getMatch(String line,
String pattern) |
static String |
getNthMatch(String line,
String pattern,
Integer n) |
Copyright © 2015. All rights reserved.