public class PlaceholderMatcher extends Object implements Iterable<Placeholder>
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Placeholder> |
findPlaceholders(String text)
Find placeholders in a given string.
|
Iterator<Placeholder> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static Iterable<Placeholder> findPlaceholders(String text)
text - string containing placeholderspublic Iterator<Placeholder> iterator()
iterator in interface Iterable<Placeholder>Copyright © 2021. All rights reserved.