From: Nicolas Coden Date: Tue, 3 Apr 2018 09:26:48 +0000 (+0200) Subject: docs: remove line added by accident in Abide regex docs X-Git-Tag: v6.6.0~3^2~247^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01dde901301554efeb1886f9df0ead3f53e9a99e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: remove line added by accident in Abide regex docs --- diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 53ffad667..4f1752dd1 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -321,7 +321,6 @@ cvv : /^([0-9]){3,4}$/, // http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address email : /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+$/, -}[a-zA-Z0-9])?)+$/, // From CommonRegexJS (@talyssonoc) // https://github.com/talyssonoc/CommonRegexJS/blob/e2901b9f57222bc14069dc8f0598d5f412555411/lib/commonregex.js#L76