Skip to content

Visual Studio 2017, 2019, 2022 extension for editing .net regular expressions

License

Notifications You must be signed in to change notification settings

Georgy-Losenkov/vsix-regex-editor-2019

Repository files navigation

Icon Regex Editor Visual Studio 2019 Marketplace Version Visual Studio 2022 Marketplace Version

This extension provides tools for Visual Studio 2017, 2019 and 2022 that help you to create regular expressions.

  • Regex Editor allows you to create and to test various aspects of the regular expressions
  • Quick Ref Pane allows you to keep information on various elements of the regular expressions language handy

How to use it

Open menu Tools > Regex Editor and select desired option as shown on the figure below
Menu

Features

  • Allows to test all main methods of the Regex class: Match, Replace, Split
  • Allows to generate sample code (C# and Visual Basic) using your input
  • Allows to treat input as multiple samples (one sample per line)
  • Provides coloring for pattern
  • Provides coloring for replacement string
  • Provides coloring for input string when testing Match method
  • Highlights segment of the input string corresponding to selected node in the tree when testing Match method

Screenshots

Regex Editor

Editor-Blue.png Editor-Dark.png

Quick Ref Pane

QuickRef-Blue.png QuickRef-Dark.png

About

Visual Studio 2017, 2019, 2022 extension for editing .net regular expressions

Resources

License

Stars

Watchers

Forks

Packages

No packages published