Visual Regex Builder is simple, ligthweight application which will stop all the hard work writing regular expressions by "hand".
It is written in C# and uses WPF for graphic interface.
To simplify building regular expressions CSharpVerbalExpressions library was used.
To build regex folowing elements are available:
- StartOfLine
- EndOfLine
- Then
- Maybe
- AnythingBut
- AnythingBut
- Or
- Multiple
- Something
- SomethingBut
- Word
- LineBreak
- Tab