Skip to content

Plugin designed to simplify the development of regular expressions.

License

Notifications You must be signed in to change notification settings

evamoorey/regexp-python-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

regexp-explorer-python

Plugin for PyCharm regular expressions

The RegExp Explorer plugin allows users to test and explore regular expressions in IDE.

Includes functionality for regular expressions:

  • test
  • explanation
  • validation

Plugin adds a permanent tool window with 4 fields:

  • Regular expression text field with syntax highlighting
  • Test string text field with the ability to set certain regular expression flags
  • Regex explanation in the form of a syntax tree
  • Simple quick reference table

Shortcuts:

  • Shift + Tab to jump between text fields

Plugin designed to simplify the development of regular expressions.