Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Regexp ToolsNew to Visual Studio Code? Get it now.
Regexp Tools

Regexp Tools

YuTengjing

|
731 installs
| (1) | Free
some useful tools about regexp
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

regexp-tools

some useful tools about regexp

Features

Hover Tip

only support js/jsx/ts/tsx/vue/svelte/astro language.

Support go to reg101, for following js regexp:

const regexp = /\d{3}/gis;

Will generate url:

https://regex101.com/?regex=\d{3}&flavor=javascript&flags=gis

reg101

Escape String to RegExp

Just select some text and run command Escape String to RegExp, for example will transform:

const s = '^adjalks{}[]sadasd/';

to:

// prettier-ignore
const s = '\^adjalks\{\}\[\]sadasd\/';
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft