JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.commons.codec.language.bm
Interface Rule.RPattern
Enclosing class:
Rule
public static interface
Rule.RPattern
A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isMatch
(
CharSequence
input)
Method Details
isMatch
boolean
isMatch
(
CharSequence
input)