The Regular-Expressions.info website has a new quick reference that lists all of the regex syntax in one single table along with a link to the tutorial section that explains the syntax. Use the quick reference if you’ve seen some syntax in somebody else’s regex and you have no idea what feature that syntax is for.
RegexBuddy 4 emulates regex flavors far more accurately and allows you to compare and convert regular expressions between any of the flavors it supports.
Read full article Comments Off on Compare and Convert Regular Expressions Between Different Applications
The regular expressions reference tables on www.regular-expressions.info have been updated to show only two regex flavors at a time instead of all regex flavors discussed on the site. This makes the new reference tables just as easy to read as the tables from 10 years ago were.
RegexBuddy 4 was released earlier this month. Along with that, the Regular-Expressions.info website has been thoroughly updated with new content. In the coming weeks you can expect blog post that highlight the new topics on the Regular-Expressions.info website. Later on I’ll blog about more intricate regex-related issues that RegexBuddy 4 emulates but that the website doesn’t talk about or only mentions in passing.
Automatically generating a regular expression without a higher-level description of the text you want to match isn’t really practical. But there has to be a way to create text patterns using a higher-level tool than the character-by-character regular expression syntax. Two years in the making, this blog post announce’s Just Great Software’s latest product.
People get used to established standards. Even bad ones. If you come up with something better, make sure to explain it clearly, or brace yourself for lots of complaints you’re not following the old ways.