Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » javascript
Sorry, but there are no more tags available to filter with.
  • RegexPal: Web-Based Regex Testing Reinvented

    Yes I know, there are many other JavaScript regex testers available. Why did I create yet another? RegexPal brings several new things to the table for such web-based apps, and in my (biased) opinion it's easier to use and more helpful towards learning regular expressions than the others currently available. Additionally, most other such ...
    Posted to Flagrant Badassery (Weblog) by Stevezilla00 on August 6, 2007
  • XRegExp: An Extended JavaScript Regex Constructor

    I have recently written an extended JavaScript regular expression constructor which I’ve called XRegExp. This script is very small (the minified version weighs in at 937 bytes), and it adds support for two simple but powerful additional flags beyond those JavaScript supports natively: s – Dot matches all (a.k.a., single-line) ...
    Posted to Flagrant Badassery (Weblog) by Stevezilla00 on May 30, 2007