Test Regular Expressions in the IDE

WebStorm helps test regular expressions on the fly.

In WebStorm, you can test regular expressions on the fly. For this, place the caret at the expression you want to test, press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), select Check RegExp and then try a few sample combinations in the appeared popup.


Related Resources

Create Arrow Functions in One Click
Create Arrow Functions in One Click
WebStorm can help you add arrow functions to your code.
Show CSS Color Preview
Show CSS Color Preview
How to display a CSS color in the background in WebStorm.
Clean Up Messy Imports With Optimize Imports
Clean Up Messy Imports With Optimize Imports
Quickly remove any unused imports and more.