Replace Rule
data class ReplaceRule(replaceString: String, isRegex: Boolean, matchRange: IntRange?, newString: CharSequence?, replacementMatch: OnSpanReplacementMatch?)
Content copied to clipboard
替换规则
Constructors
Link copied to clipboard
fun ReplaceRule(replaceString: String, isRegex: Boolean, matchRange: IntRange?, newString: CharSequence?, replacementMatch: OnSpanReplacementMatch?)
Content copied to clipboard