Modify ↓
Ticket #4113 (closed bug: fixed)
Standardize on .test() for RegExp
| Reported by: | john | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | core | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When we use regular expressions in core we should standardize on .test() or .exec() (where appropriate).
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


patch for ajax,js