public abstract class Pattern extends Object
Constructor and Description |
---|
Pattern() |
Modifier and Type | Method and Description |
---|---|
static Pattern |
compile(String pattern,
PatternOption... options) |
abstract Matcher |
matcher(byte[] input) |
abstract Matcher |
matcher(net.amygdalum.util.io.ByteProvider input) |
abstract Matcher |
matcher(net.amygdalum.util.io.CharProvider input) |
abstract Matcher |
matcher(String input) |
abstract String |
pattern() |
public static Pattern compile(String pattern, PatternOption... options)
public abstract String pattern()
public abstract Matcher matcher(net.amygdalum.util.io.CharProvider input)
public abstract Matcher matcher(byte[] input)
public abstract Matcher matcher(net.amygdalum.util.io.ByteProvider input)
Copyright © 2019. All rights reserved.