Regular Expressions 101

Community Patterns

0

nosh

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

URLs

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

Übung 4 Aufgabe 1

PCRE (PHP <7.3)
Python Kurs
Submitted by anonymous - 3 years ago
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

Anagram match of "poultryoutwitsants"

1

Regular Expression
PCRE (PHP <7.3)

/
(?=.*p)(?=.*o.*o)(?=.*u.*u)(?=.*l)(?=.*t.*t)(?=.*r)(?=.*y)(?=.*w)(?=.*i)(?=.*s.*s)(?=.*a)(?=.*n)(\b.{18}\b)
/
g

Description

Loading markdown...
Submitted by sp90 - 8 years ago