menu
tenon_cli package
documentation
core.dart
RegexExt
isUrl method
isUrl method
dark_mode
light_mode
isUrl
method
bool
isUrl
(
)
判断字符串是否是Url
Implementation
bool isUrl() => _regExp(r'^((ht|f)tps?):\/\/[^\s]*$');
tenon_cli package
documentation
core
RegexExt
isUrl method
RegexExt extension on
String