Class RENode.CharacterClassExpr

java.lang.Object
org.exoplatform.web.controller.regexp.RENode
org.exoplatform.web.controller.regexp.RENode.CharacterClassExpr
Direct Known Subclasses:
RENode.CharacterClassExpr.And, RENode.CharacterClassExpr.Char, RENode.CharacterClassExpr.Not, RENode.CharacterClassExpr.Or, RENode.CharacterClassExpr.Range
Enclosing class:
RENode

public abstract static class RENode.CharacterClassExpr extends RENode
  • Method Details

    • remove

      public RENode.CharacterClassExpr remove(char c)
      Remove the specifed char from the expression.
      Parameters:
      c - the char to remove
      Returns:
      the replacement for this node
    • replace

      public RENode.CharacterClassExpr replace(char src, char dst)
      Remove the specifed char from the expression.
      Parameters:
      src - the char is substituted
      dst - the char that substitutes
      Returns:
      the replacement for this node