to Replace Rule
@JvmStatic
@JvmOverloads
Content copied to clipboard
兼容Java适配 @see toReplaceRule
Parameters
replace String
查找的字符串或正则文本
is Regex
replaceString是否为正则
match Index
单一匹配位置 (matchRange不为null时优先使用matchRange)
match Range
匹配范围
new String
替换文本(null 为不替换)
replacement Match
匹配时回调