24 Temmuz 2009 Cuma
RegexConverter 2.1.5.1
RegexConverter was designed to be a small library plus demo that transforms a .NET regular expression into an XML string and back. It helps understanding a long regex that was written by someone else, and allows easy editing. Its is developed in .NET 3.5 C#, sources included.In other words, this is an isomorphic translation of regular expressions into XML. Check out the large regex file in the Tests folder. All of those weird expressions are supported now.The demo has two large panes. Write your regex in one of them and you will instantly see the XML in the other pane. Change the XML and watch the regular expression change as well.Transforms a .NET regular expression into an XML string and back