public class LineNumberFinder extends Object
| Constructor and Description |
|---|
LineNumberFinder(String fullText) |
| Modifier and Type | Method and Description |
|---|---|
int |
findNext(Pattern p) |
int |
findNext(String text) |
Matcher |
getMatcher()
Returns the regex matcher so you can examine the previous match
|
public LineNumberFinder(String fullText)
Copyright © 2016–2019. All rights reserved.