menu
vscode_theming_tools package
documentation
regexp_builder_base.dart
RegExpBuilder<CollectionT>
exactly method
exactly method
dark_mode
light_mode
exactly
method
RegExpRecipe
exactly
(
String
string
)
Implementation
RegExpRecipe exactly(String string) => _escapedPattern(string, RegExp(r"[.?*+\-()\[\]{}\^$|\\]"));
vscode_theming_tools package
documentation
regexp_builder_base
RegExpBuilder<CollectionT>
exactly method
RegExpBuilder class