Regular Expressions 101

Community Patterns

0

Übung 4 Aufgabe 3

Python
URL erkennen
Submitted by anonymous - 3 years ago
0

Übung 4 Aufgabe 4

Python
Finde XML
Submitted by anonymous - 3 years ago
0

VAT label

Python
no description available
Submitted by anonymous - 3 years ago
0

Negative regexp

Python
no description available
Submitted by anonymous - 3 years ago
0

GQL Parser

Python
no description available
Submitted by anonymous - 3 years ago

Password strength

5

Regular Expression
ECMAScript (JavaScript)

/
^.*(?=.{8,120})(?!.*\s)(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\!\@\#\$\%\^\&\*\(\)\-\=\¡\£\_\+\`\~\.\,\<\>\/\?\;\:\'\"\\\|\[\]\{\}]).*$
/

Description

Loading markdown...
Submitted by @razvanz - 8 years ago