Maven module :un.api : api-common :
Class :
un.api.regex.RegexExec
Extends/Implements :
un.api.regex.NFAStateExec
Subclasses : -
Variables : -
Functions :
RegexExec,
match,
split,
replace,
process
public void
RegexExec (NFAState state)
public boolean
match (Chars text)
public Chars[]
split (Chars text)
public Chars
replace (Chars text, Chars replacement)
public Sequence
process (int cp)
Can be used two ways :
match(text)
Or in iterative calls with :
reset()
process(cp)
This class is not concurrent.
author Johann Sorel