From 01dde901301554efeb1886f9df0ead3f53e9a99e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 3 Apr 2018 11:26:48 +0200 Subject: [PATCH] docs: remove line added by accident in Abide regex docs --- docs/pages/abide.md | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2