Interface StringTools.RegexAppendCallback

Enclosing class:
StringTools

public static interface StringTools.RegexAppendCallback
Allows a user to append/modify a buffer during a call to evaluateRegexWithCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called during evaluation when a match is made
  • Method Details

    • appendReplacement

      void appendReplacement(Matcher matcher, StringBuffer sb)
      Called during evaluation when a match is made
      Parameters:
      matcher - the current matcher object
      sb - the current string buffer to append/modify