derekslager


Comments:

A Better .NET Regular Expression Tester

posted by derekslagerderekslager(420) 4 years, 8 months ago 0

I was planning to include the server source, initially, but unfortunately I had to hack it to death to make it work with my hosting provider. I was using the .NET 3.5 JSON generation code, CodeDOM, and a number of other things that my hosting provider doesn't like. So, I ended up writing the JSON output as XML, doing a client side JSON transformation. I also had to manually construct the string literal and re-compile against the May 2006 System.Query (now System.Core) library without the link demands for the LINQ support. Ugh. At some point I'll clean it up and share it on that post -- the client source is easily found in the meantime, with the aforementioned hacks[1].

1. http://derekslager.com/blog/js/rx.js

Reply