Class RegExExpression

  • All Implemented Interfaces:
    ExpressionConstants

    public class RegExExpression
    extends AbstractRegularExpression
    An expression specified by a java.util.regex.Pattern regular expression. The search ranges from the current caret position in Context, to the end of the current block (exclusive).
    Since:
    jpicedt 1.3
    Version:
    $Id: RegExExpression.java,v 1.5.2.1 2007/09/02 11:56:14 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • RegExExpression

        public RegExExpression​(java.lang.String rePattern)
        Parameters:
        rePatter - The pattern used to build the GNU RegExp to be matched
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object