Interface Replacer

All Known Implementing Classes:
TokenReplacer, XPathReplacer

public interface Replacer
  • Method Summary

    Modifier and Type
    Method
    Description
    replace(String content, Replacement replacement, boolean regex, int regexFlags)
     
  • Method Details