? Pending

User tests: Successful: Unsuccessful:

avatar Lab5-Switzerland
Lab5-Switzerland
4 Aug 2020

I simply put
new RegExp(" ... ")
around the email validation RegEx.
Reason : At least one very famous JS minifier which is in widespread use does stumble over this complex pattern, especially because they have problem recognizing them as such in the first place.
The simple 'wrap' makes it clearly and surely possible to identify the RegEx as such.
The Minifier I tested the most with and draw my conclusion from is JShrink from tedious ( https://github.com/tedious/JShrink ).

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

Documentation Changes Required

avatar Lab5-Switzerland Lab5-Switzerland - open - 4 Aug 2020
avatar Lab5-Switzerland Lab5-Switzerland - change - 4 Aug 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2020
Category JavaScript
avatar Quy
Quy - comment - 7 Aug 2020

Please make further changes in #30276.

avatar Quy Quy - close - 7 Aug 2020
avatar Quy Quy - change - 7 Aug 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-08-07 15:07:13
Closed_By Quy
Labels Added: ?

Add a Comment

Login with GitHub to post a comment