Skip to main content

Bug Tracker

Side navigation

#4113 closed bug (fixed)

Opened February 10, 2009 10:57PM UTC

Closed July 19, 2009 01:22PM UTC

Last modified November 26, 2009 06:51AM UTC

Standardize on .test() for RegExp

Reported by: john Owned by:
Priority: major Milestone: 1.4
Component: core Version: 1.3.1
Keywords: Cc:
Blocked by: Blocking:
Description

When we use regular expressions in core we should standardize on .test() or .exec() (where appropriate).

Attachments (4)
  • ajax.js (15.1 KB) - added by andr3a February 12, 2009 03:40PM UTC.

    patch for ajax,js

  • core.js (35.4 KB) - added by andr3a February 12, 2009 03:40PM UTC.

    patch for core.js

  • selector.js (23.1 KB) - added by andr3a February 12, 2009 03:40PM UTC.

    patch for selector.js

  • test.patch (4.1 KB) - added by andr3a February 12, 2009 04:06PM UTC.

    patch via svn

Change History (2)

Changed July 15, 2009 08:54AM UTC by yehuda comment:1

milestone: 1.3.21.3.3

Changed July 19, 2009 01:22PM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN rev [6457].