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

Search

You searched for the word(s):
Showing page 1 of 26 (256 total posts) < 1 second(s)
  • Re: positive lookbehind in JavaScript

    As noted, JavaScript does not support lookbehind. However, there is a short collection of functions at https://gist.github.com/2387872 that make it easy to emulate positive and negative lookbehind in JavaScript. (Note that the linked code relies on the XRegExp library.)
    Posted to Discussion (Forum) by Stevezilla00 on May 17, 2012
  • Re: This forum is unusable!

    It&#39;s a shame. I know ridgerunner from elsewhere on the Internet well enough to know that he is a regex expert and would&#39;ve been a great asset here. I, too, mostly abandoned this forum years ago over frustration with it&#39;s UI and more. I&#39;m amazed that some of the quality contributors like Aussie Susan and others still hang out here ...
    Posted to Feedback (Forum) by Stevezilla00 on April 16, 2012
  • Re: Python versus Javascript Regex

    Your analysis of the first and second passes is correct. However, this isn&#39;t really a browser issue--it follows the&nbsp;ECMAScript&nbsp;specification. And although it&#39;s true that the result is undefined because at the end you&#39;re left with a nonparticipating capturing group, the reason things end up that way is more specific. I&#39;ve ...
    Posted to Platform Differences (Forum) by Stevezilla00 on April 16, 2012
  • JavaScript Regular Expressions on Steroids

    If you&#39;re a JavaScript programmer and regular expression master (or want to be), check out the open source&nbsp;XRegExp&nbsp;library.&nbsp;Version 2 just hit the release candidate milestone yesterday, and brings a truckload of new features and improvements. Plus, if you want to match Unicode text in JavaScript, XRegExp is the only game in ...
    Posted to Flagrant Badassery (Weblog) by Stevezilla00 on April 3, 2012
  • Major upgrades for XRegExp, the JavaScript regex library

    I&#39;ve just released XRegExp 1.0, the next generation of my JavaScript regular expression library. This version fixes a couple bugs, corrects even more cross-browser regex inconsistencies, and adds a suite of new regular expression functions and methods that make writing regex-intensive JavaScript applications easier than ever. One of these new ...
    Posted to Flagrant Badassery (Weblog) by Stevezilla00 on June 24, 2009
  • New: Regular Expressions Cookbook

    Regular Expressions Cookbook (written by Jan Goyvaerts and me, and published by O&#39;Reilly Media) is now available at Amazon.com and other fine bookstores. The book covers eight programming languages equally (C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET), but it&#39;s also useful for non-programmers. The majority of the content ...
    Posted to Flagrant Badassery (Weblog) by Stevezilla00 on June 14, 2009
  • Re: New regex tester

    This is really good stuff. Not only is it immediately the best online Java-flavor regex tester, but it&#39;s easily one of the best online regex testers, period. Nicely done.
    Posted to Reviews (Forum) by Stevezilla00 on June 11, 2008
  • Re: My regex tool

    Awesome tool, Lars (I&#39;ve been using it for a while already). I like the simple interface and great set of regex flavor support. I&#39;m definitely interested in seeing support for more flavors (as many as you can add!)
    Posted to Announcements (Forum) by Stevezilla00 on May 30, 2008
  • XRegExp 0.5: JavaScript regex library

    XRegExp is a JavaScript library that provides an augmented, cross-browser implementation of regular expressions, including support for additional modifiers and syntax. Several convenience methods and a new, powerful recursive-construct parser that uses regex delimiters are also included. Here&#39;s the feature list:Added regex syntax: ...
    Posted to Flagrant Badassery (Weblog) by Stevezilla00 on April 21, 2008
  • Re: Help welcome (HTML/script security filter)

    This is a fool&#39;s errand. Not to call Aussie Susan a fool (she certainly is not!), put perhaps unaware of the complexity of shielding against XSS attacks when allowing HTML input. This slideshow has some examples of the myriad ways one can maliciously run script, as well as some pointers about how to deal with HTML input safely: ...
    Posted to Construction Advice (Forum) by Stevezilla00 on April 3, 2008
1 2 3 4 5 Next > ... Last ยป