Test your regular expression without compiling/executing .net applicaiton

Locked Test your regular expression without compiling/executing .net applicaiton

  • Tuesday, August 07, 2012 1:35 PM
     
     

    You can test regular expression directly without compiling and executing your application each time you change.

    http://gskinner.com/RegExr/

    It is a web based RegEx editor that shows the match/replace results in realtime as you change the RegEx expression in the top bar.

    The right hand side has examples of all the inputs you can put into the RegEx and highlighting over parts of the RegEx expression in top bar gives a tooltip stating what it does. 

    Might be of some use to you at some point!

All Replies

  • Thursday, August 09, 2012 3:49 AM
    Moderator
     
     

    Hi Manu,

    Thank you for sharing this tools. This is very useful.

    Best regards,


    Mike Feng
    MSDN Community Support | Feedback to us
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Friday, August 10, 2012 1:08 AM
     
     

    Another option is Expresso FREE from www.Ultrapico.com.  It's a desktop app, specific to .Net, and very user friendly.

    Bob