Uses of Interface
com.google.re2j.RE2.ReplaceFunc
-
Uses of RE2.ReplaceFunc in com.google.re2j
Methods in com.google.re2j with parameters of type RE2.ReplaceFuncModifier and TypeMethodDescription(package private) StringRE2.replaceAllFunc(String src, RE2.ReplaceFunc repl, int maxReplaces) Returns a copy ofsrcin which at mostmaxReplacesmatches for this regexp have been replaced by the return value of of functionrepl(whose first argument is the matched string).