gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: use simplified regex without ne


From: gnunet
Subject: [taler-anastasis] branch master updated: use simplified regex without negative lookaheads as posix does not support others
Date: Thu, 20 May 2021 11:20:25 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new ebc390d  use simplified regex without negative lookaheads as posix 
does not support others
ebc390d is described below

commit ebc390db5a51d95edb7ab8ee92c41d8623f90702
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 20 11:20:18 2021 +0200

    use simplified regex without negative lookaheads as posix does not support 
others
---
 contrib/redux.us.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/redux.us.json b/contrib/redux.us.json
index 4eb7333..28a3b2b 100644
--- a/contrib/redux.us.json
+++ b/contrib/redux.us.json
@@ -51,7 +51,7 @@
            },
            "widget": "anastasis_gtk_ia_ssn_us",
             "uuid": "310a138c-b0b7-4985-b8b8-d00e765e9f9b",
-            "validation-regex": 
"^(?!666|000|9\\d{2})\\d{3}-(?!00)\\d{2}-(?!0{4})\\d{4}$"
+            "validation-regex": "^d{3}-d{2}-d{4}$"
        }
     ]
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]