Skip to content

pevecyan/visual-regex-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Regex Builder

Visual Regex Builder

About

Visual Regex Builder is simple, ligthweight application which will stop all the hard work writing regular expressions by "hand".

Technicality

It is written in C# and uses WPF for graphic interface.

To simplify building regular expressions CSharpVerbalExpressions library was used.

Regex

To build regex folowing elements are available:

  • StartOfLine
  • EndOfLine
  • Then
  • Maybe
  • AnythingBut
  • AnythingBut
  • Or
  • Multiple
  • Something
  • SomethingBut
  • Word
  • LineBreak
  • Tab

Screenshot

Visual Regex Builder

About

Creating regular expressions fast and easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages