detector/sample_regular_expressions library
Constants
- detectionContentLetters → const String
- urlRegexContent → const String
Properties
- atSignRegExp → RegExp
-
final
- atSignUrlRegExp → RegExp
-
final
- hashTagAtSignRegExp → RegExp
-
Regular expression when you select decorateAtSign
final
- hashTagAtSignUrlRegExp → RegExp
-
final
- hashTagRegExp → RegExp
-
Regular expression to extract hashtag
final
- hashTagUrlRegExp → RegExp
-
final
- urlRegex → RegExp
-
final
Functions
-
detectionRegExp(
{bool hashtag = true, bool atSign = true, bool url = true}) → RegExp?