menu
instrument_base_model package
documentation
utils/regex_util.dart
RegexUtil
regexUrl constant
regexUrl constant
dark_mode
light_mode
regexUrl
constant
String
const
regexUrl
Regex of url.
Implementation
static const String regexUrl = '[a-zA-Z]+://[^\\s]*';
instrument_base_model package
documentation
utils/regex_util
RegexUtil
regexUrl constant
RegexUtil class