reHasRegExpChar top-level property
Used to match RegExp
Implementation
final reRegExpChar = RegExp(r"[\\^$.*+?()[\]{}|]"),
reHasRegExpChar = RegExp(reRegExpChar.pattern);
Used to match RegExp
final reRegExpChar = RegExp(r"[\\^$.*+?()[\]{}|]"),
reHasRegExpChar = RegExp(reRegExpChar.pattern);