menu
bones_ui package
documentation
bones_ui_test.dart
hasHTMLTag function
hasHTMLTag function
dark_mode
light_mode
hasHTMLTag
function
bool
hasHTMLTag
(
String
s
)
Implementation
bool hasHTMLTag(String s) { return _patternHtmlElement.hasMatch(s); }
bones_ui package
documentation
bones_ui_test
hasHTMLTag function
bones_ui_test library