Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages