Closed guenth39 closed 1 month ago
// BEFOR EasyRichTextPattern( {required this.targetString, this.stringBeforeTarget = '', this.stringAfterTarget = '', this.matchWordBoundaries = true, this.matchLeftWordBoundary = true, this.matchRightWordBoundary = true, this.superScript = false, this.subScript = false, this.style, this.urlType, this.recognizer, this.hasSpecialCharacters = false, this.matchOption = 'all', this.matchBuilder, this.prefixInlineSpan, this.suffixInlineSpan});
// AFTER const EasyRichTextPattern( {required this.targetString, this.stringBeforeTarget = '', this.stringAfterTarget = '', this.matchWordBoundaries = true, this.matchLeftWordBoundary = true, this.matchRightWordBoundary = true, this.superScript = false, this.subScript = false, this.style, this.urlType, this.recognizer, this.hasSpecialCharacters = false, this.matchOption = 'all', this.matchBuilder, this.prefixInlineSpan, this.suffixInlineSpan});
Completed in v2.2.0
v2.2.0