menu
vscode_theming_tools package
documentation
regexp_builder_base.dart
RegExpBuilder<CollectionT>
startsWith method
startsWith method
dark_mode
light_mode
startsWith
method
RegExpRecipe
startsWith
(
RegExpRecipe
inner
)
Implementation
RegExpRecipe startsWith(RegExpRecipe inner) => _augment(inner, (expr) => "^$expr");
vscode_theming_tools package
documentation
regexp_builder_base
RegExpBuilder<CollectionT>
startsWith method
RegExpBuilder class