Package com.sapportals.wcm.util.regex

Provides two implementations for pattern matching.

See:
          Description

Interface Summary
CharSequence Implementation of access to strings as sequences of characters.
 

Class Summary
CharSequenceImpl Provides an interface for access to strings as sequences of characters.
Matcher An engine that performs match operations on a character sequence by interpreting a Pattern.
PathPatternMatcher PathPatternMatcher matches single line strings against a given pattern.
Pattern A compiled representation of a regular expression.
 

Exception Summary
PatternSyntaxException Base class for exceptions generated by this package.
 

Package com.sapportals.wcm.util.regex Description

Provides two implementations for pattern matching.

Package Specification

Purpose

Provides two implementations for pattern matching, one based on regular expressions and another based on a grammar similar to what is used by the build tool ant.



Copyright 2014 SAP AG Complete Copyright Notice