menu
html_renderer
utils/strings/html_parser_regex.dart
HtmlParserRegex
table property
table
dark_mode
light_mode
table
property
RegExp
table
final
Implementation
static final RegExp table = RegExp(r'<table[\s\S]*?<\/table>', caseSensitive: false);
html_renderer
html_parser_regex
HtmlParserRegex
table property
HtmlParserRegex class