mpappert Posted February 10, 2003 Posted February 10, 2003 Anyone know of a good Regular Expression Editor for Windows? TIA! M. Quote
Leaders quwiltw Posted February 11, 2003 Leaders Posted February 11, 2003 No but the JEdit text editor has a plugin available called RETester that is really useful for testing regex's. It also includes integrated regex help at the bottom. You can type a test string and your regex and test it to make sure it does what you want it to do. Just out of curiosity, what would a regular expression editor look like? Have you seen a good one before? Quote --tim
mpappert Posted February 11, 2003 Author Posted February 11, 2003 I've only heard of the one that ActiveState includes with their Komodo product ... just wondering if anyone knew of a standalone product ... M. Quote
Leaders quwiltw Posted February 11, 2003 Leaders Posted February 11, 2003 The screenshot of that looks very similar to JEdits plugin that mentioned. I thought maybe you had in mind an editor where you didn't need to know the funky matching syntax of regex so even the average user could benefit from the power of regex. I've attached a screenshot of JEdit's plugin if you're interested. JEdit is open source too. Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.