Class StringRegexReplace

  • All Implemented Interfaces:
    Function<String,​String>

    public class StringRegexReplace
    extends KorypheFunction<String,​String>
    A StringRegexReplace is a Function which takes an input string and applies the provided regular expression to find matching substrings to replace. It then replaces all of these matches with the provided replacement string.
    See Also:
    StringReplace