Package org.apache.wicket.util.parse.metapattern


package org.apache.wicket.util.parse.metapattern

Regular Expressions meta pattern support.

  • Class
    Description
    A Group that captures case-sensitive boolean values "true" or "false".
    A Group that captures floating point values (doubles and floats).
    A Group is a piece of a regular expression (referenced by some Java field or local variable) that forms a "capturing group" within the larger regular expression.
    Thrown if an attempt is made to re-bind a Group to a second capturing group or MetaPattern.
    Thrown if a group is not bound.
    A Group that captures integer values (positive and negative whole numbers, not Java ints).
    Useful class for constructing readable and reusable regular expressions.
    Makes any MetaPattern optional by enclosing the pattern in an optionality expression.