menu
vscode_theming_tools package
documentation
regexp_builder_base.dart
RegExpBuilder<CollectionT>
chars method
chars method
dark_mode
light_mode
chars
method
RegExpRecipe
chars
(
String
charSet
)
Implementation
RegExpRecipe chars(String charSet) => _chars(charSet, invert: false);
vscode_theming_tools package
documentation
regexp_builder_base
RegExpBuilder<CollectionT>
chars method
RegExpBuilder class