A Better .NET Regular Expression Tester(derekslager.com)

submitted by derekslagerderekslager(420) 4 years, 5 months ago

A simple and fast AJAX-powered .NET regular expression tester.

2 comments |category: |Views: 60

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by gavinjoycegavinjoyce(25.7k) 4 years, 5 months ago 0

Source please?

Reply

posted by derekslagerderekslager(420) 4 years, 5 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

information Login or create an account to comment on this story