Skip navigation links
A C D E F G H I L M P Q R S T U 

A

appendReplacement(Appendable, String) - Method in interface de.unkrig.ref4j.Matcher
 
appendTail(T) - Method in interface de.unkrig.ref4j.Matcher
 
asMatchPredicate() - Method in interface de.unkrig.ref4j.Pattern
Creates a predicate that tests if this pattern matches a given input string.
asPredicate() - Method in interface de.unkrig.ref4j.Pattern
Creates a predicate that tests if this pattern is found in a given input string.

C

CANON_EQ - Static variable in interface de.unkrig.ref4j.Pattern
 
CASE_INSENSITIVE - Static variable in interface de.unkrig.ref4j.Pattern
 
COMMENTS - Static variable in interface de.unkrig.ref4j.Pattern
 
compile(String, int) - Method in class de.unkrig.ref4j.jur.PatternFactory
 
compile(String) - Method in class de.unkrig.ref4j.PatternFactory
Compiles the given regex into a Pattern.
compile(String, int) - Method in class de.unkrig.ref4j.PatternFactory
Compiles the given regex into a Pattern with the given flags.

D

de.unkrig.ref4j - package de.unkrig.ref4j
 
de.unkrig.ref4j.jur - package de.unkrig.ref4j.jur
 
DOTALL - Static variable in interface de.unkrig.ref4j.Pattern
 

E

end() - Method in interface de.unkrig.ref4j.Matcher
 
end(int) - Method in interface de.unkrig.ref4j.Matcher
 
end(String) - Method in interface de.unkrig.ref4j.Matcher
 

F

find() - Method in interface de.unkrig.ref4j.Matcher
 
find(int) - Method in interface de.unkrig.ref4j.Matcher
 
flags() - Method in interface de.unkrig.ref4j.Pattern
 

G

get() - Static method in class de.unkrig.ref4j.PatternFactory
Returns the pattern factory configured in this JVM.
get(String) - Static method in class de.unkrig.ref4j.PatternFactory
 
getId() - Method in class de.unkrig.ref4j.jur.PatternFactory
 
getId() - Method in class de.unkrig.ref4j.PatternFactory
 
getSupportedFlags() - Method in class de.unkrig.ref4j.jur.PatternFactory
 
getSupportedFlags() - Method in class de.unkrig.ref4j.PatternFactory
 
group() - Method in interface de.unkrig.ref4j.Matcher
 
group(int) - Method in interface de.unkrig.ref4j.Matcher
 
group(String) - Method in interface de.unkrig.ref4j.Matcher
 
groupCount() - Method in interface de.unkrig.ref4j.Matcher
 

H

hasAnchoringBounds() - Method in interface de.unkrig.ref4j.Matcher
 
hasTransparentBounds() - Method in interface de.unkrig.ref4j.Matcher
 
hitEnd() - Method in interface de.unkrig.ref4j.Matcher
 

I

INSTANCE - Static variable in class de.unkrig.ref4j.jur.PatternFactory
 

L

LITERAL - Static variable in interface de.unkrig.ref4j.Pattern
 
lookingAt() - Method in interface de.unkrig.ref4j.Matcher
 

M

Matcher - Interface in de.unkrig.ref4j
A wrapper for Matcher.
matcher(CharSequence) - Method in interface de.unkrig.ref4j.Pattern
 
matches(String, CharSequence) - Method in class de.unkrig.ref4j.jur.PatternFactory
 
matches() - Method in interface de.unkrig.ref4j.Matcher
 
matches(CharSequence, int) - Method in interface de.unkrig.ref4j.Pattern
 
matches(String, CharSequence) - Method in class de.unkrig.ref4j.PatternFactory
 
MULTILINE - Static variable in interface de.unkrig.ref4j.Pattern
 

P

pattern() - Method in interface de.unkrig.ref4j.Matcher
 
Pattern - Interface in de.unkrig.ref4j
 
pattern() - Method in interface de.unkrig.ref4j.Pattern
 
PatternFactory - Class in de.unkrig.ref4j.jur
Adapter for the java.util.regex engine.
PatternFactory - Class in de.unkrig.ref4j
A facade or abstraction for various regular expression frameworks.
PatternFactory() - Constructor for class de.unkrig.ref4j.PatternFactory
 

Q

quote(String) - Method in class de.unkrig.ref4j.PatternFactory
 
quoteReplacement(String) - Method in interface de.unkrig.ref4j.Matcher
 
quoteReplacement(String) - Method in class de.unkrig.ref4j.PatternFactory
 

R

region(int, int) - Method in interface de.unkrig.ref4j.Matcher
 
regionEnd() - Method in interface de.unkrig.ref4j.Matcher
 
regionStart() - Method in interface de.unkrig.ref4j.Matcher
 
replaceAll(String) - Method in interface de.unkrig.ref4j.Matcher
 
replaceFirst(String) - Method in interface de.unkrig.ref4j.Matcher
 
requireEnd() - Method in interface de.unkrig.ref4j.Matcher
 
reset() - Method in interface de.unkrig.ref4j.Matcher
 
reset(CharSequence) - Method in interface de.unkrig.ref4j.Matcher
 

S

split(CharSequence) - Method in interface de.unkrig.ref4j.Pattern
 
split(CharSequence, int) - Method in interface de.unkrig.ref4j.Pattern
 
splitAsStream(CharSequence) - Method in interface de.unkrig.ref4j.Pattern
Creates a stream from the given input sequence around matches of this pattern.
start() - Method in interface de.unkrig.ref4j.Matcher
 
start(String) - Method in interface de.unkrig.ref4j.Matcher
 
start(int) - Method in interface de.unkrig.ref4j.Matcher
 

T

toMatchResult() - Method in interface de.unkrig.ref4j.Matcher
 
toString() - Method in interface de.unkrig.ref4j.Matcher
 

U

UNICODE_CASE - Static variable in interface de.unkrig.ref4j.Pattern
 
UNICODE_CHARACTER_CLASS - Static variable in interface de.unkrig.ref4j.Pattern
 
UNIX_LINES - Static variable in interface de.unkrig.ref4j.Pattern
 
useAnchoringBounds(boolean) - Method in interface de.unkrig.ref4j.Matcher
 
usePattern(Pattern) - Method in interface de.unkrig.ref4j.Matcher
 
useTransparentBounds(boolean) - Method in interface de.unkrig.ref4j.Matcher
 
A C D E F G H I L M P Q R S T U 
Skip navigation links

Copyright © 2022 Arno Unkrig. All rights reserved.