Skip to main content
added 41 characters in body; added 87 characters in body
Source Link
Steve Wortham
  • 22.3k
  • 5
  • 72
  • 91

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually uses the .NET regular expression engine like. That was my whole reason to build Regex Hero last year. It runs in Silverlight, and as such, runs off of the .NET Regex Class library directly.

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually uses the .NET regular expression engine like Regex Hero.

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually uses the .NET regular expression engine. That was my whole reason to build Regex Hero last year. It runs in Silverlight, and as such, runs off of the .NET Regex Class library directly.

deleted 168 characters in body
Source Link
Steve Wortham
  • 22.3k
  • 5
  • 72
  • 91

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually utilizesuses the .NET regular expression engine. You can use the Regex Buddy for that. $40 isn't much to pay and Regex Buddy is one of the most powerful regex tools out there. Or you can use yet another free tool: like Regex Hero.

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually utilizes the .NET regular expression engine. You can use the Regex Buddy for that. $40 isn't much to pay and Regex Buddy is one of the most powerful regex tools out there. Or you can use yet another free tool: Regex Hero.

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually uses the .NET regular expression engine like Regex Hero.

deleted 4 characters in body
Source Link
Steve Wortham
  • 22.3k
  • 5
  • 72
  • 91

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually utilizes the .NET regular expression engine. You can use the Regex Buddy for that. $40 isn't much to pay and Regex Buddy is one of the most powerful regex tools out there. Or you can use yet another free tool: Regex HeroRegex Hero.

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually utilizes the .NET regular expression engine. You can use the Regex Buddy for that. $40 isn't much to pay and Regex Buddy is one of the most powerful regex tools out there. Or you can use yet another free tool: Regex Hero.

In the past I preferred The Regex Coach for its simplistic layout, instantaneous highlighting and its price (free).

Every once in awhile though I run into an issue with it when trying to test .NET regular expressions. For that, it turns out, it's better to use a tool that actually utilizes the .NET regular expression engine. You can use the Regex Buddy for that. $40 isn't much to pay and Regex Buddy is one of the most powerful regex tools out there. Or you can use yet another free tool: Regex Hero.

Source Link
Steve Wortham
  • 22.3k
  • 5
  • 72
  • 91
Loading