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.ReplaceFunc Modifier and Type Method Description (package private) java.lang.StringRE2. replaceAllFunc(java.lang.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).
-