vscode-regex-snippets
vscode-regex-snippets copied to clipboard
Official repository for Regular Expression Snippets Extension on VSCode
Problem: I tried to use this extension in a markdown file but the snippets didn't populate in the list by using the command pallet or in the code window. Suggested...
The original latest code is escaping a back slash instead of escaping the dot, but the expression fails subdomains check such as `@gmail.com.edu` so there is a community pattern that...
**Describe the bug** using the `!valemail` snippet: `/[A-Z0-9._%+-]+@[A-Z0-9-]+.+.[A-Z]{2,4}/igm` it matches normal emails fine, **BUT** it also matches commas and some other symbols. Examples: `@gmail,com`, `@gmail?com`, `@gmail:com` match **To Reproduce** Steps...
Would love for support for dart/ flutter.
It appears that the validation of !valuuidv1, ..., !valuuidv5 generate the same regex expression. Is this intentional? Thanks.