Regular expressions are a very useful tool for developers. They allow to find, identify or replace text, words or any kind of characters. In this article, I have compiled 15+ extremely useful regular expressions that any web developer should have in his toolkit.
Tag Archives: regex
RegexMagic: Regular Expression Generator
RegexMagic makes creating regular expressions easier than ever. While other regex tools such as RegexBuddy merely make it easier to work with regular expressions, with RegexMagic you don’t have to deal with the regular expression syntax at all. RegexMagic generates complete regular expressions to your specifications
Notepad++ regex to remove HTML tags
Notepad++ regex to remove HTML tags
Regular Expression Builder
Regular expressions are one of those things that are incredibly powerful… if you know how to use them. It has taken quite a bit of time for me to learn the ins and outs of how they work, but once you get the hang of them there is almost always some variation that can be …