Entrepreneur Geek

Nirav Mehta on life, technology and future

Flex Regular Expression Online Testing / Learning Tool

without comments

When it comes to Regular Expressions, I start feeling giddy. Even after using them a lot on many projects, I never remember the qualifiers and syntax. It’s always RTFM for me when I need to use some regular expressions in my code.

And that happened again today. I looked around the manual and searched online for a “quick fix” on the regular expression I needed. And I found a very interesting online Regular Expression trial / demo / learn by exploring tool. It’s made in Flex (and I needed RegExp for Flex) and helped me develop the RegExp I needed in a couple of minutes. (ok, I am still slow, but I found it!)

Thank you Remus Stratulat for creating this useful tool! BTW, he also has a similar tool for JavaScript Regular Expressions.

Click on the image below or here and jump to online regular expression checking tool.

Online Regular Expression Checking Tool for Flex and JavaScript

Online Regular Expression Checking Tool for Flex and JavaScript

Related posts:

  1. Intelligent Time Duration / Estimate Slider in Flex (inspired from The Hit List) I wrote yesterday that I am working on a time...
  2. Notification Components in Flex If you are building a Flex application, you may need...
  3. Scrolling with mouse wheel in Flex application – even on Mac By default Flex components do not scroll as you scroll...
  4. Card Deck Animation in Flex I was trying out a GTD application the other day...
  5. Auto Complete Text Component for Flex Was looking for ways to skin a combobox and found...

Written by Nirav

January 17th, 2010 at 5:38 pm

 

Leave a Reply