Related Tools
Online regular expression visualization tool, generating visual structure diagrams of JavaScript regular expressions or JavaScript like regular expressions. The generated visual structure diagrams are intuitive and easy to understand, assisting in regular expression learning.
- Regex : Enter Javascript regular expressions or Javascript like regular expressions.
- Flags : Select the control flags of the Javascript regular expression. Ignore case - i, global mode - g, and multiline mode - m.
- Generate : Use the currently filled regular expression and control flags to generate the corresponding regular expression visualization structure diagram.
- Copy Link : Copy the sharing link of the currently entered regular expression and control flags. You can save the link or share it with others.
- Download : Download the regular expression structure diagram image in jpeg format.
- Clear : Clear the currently entered regular expression and control flags.
- Some advanced features of JavaScript regular expressions are not yet supported, such as zero width assertions, named capturing group.