Regular Expressions 101

Community Patterns

0

palo

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

regex

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

strange

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

Lab1 pas compact

0

Regular Expression
Python

r"
^(\d+) (?:<(CARRE)> (\d+) (\d+) (\d+) (\d+) </CARRE>|<(RECTANGLE)> (\d+) (\d+) (\d+) (\d+) </RECTANGLE>|<(CERCLE)> (\d+) (\d+) (\d+) </CERCLE>|<(OVALE)> (\d+) (\d+) (\d+) (\d+) </OVALE>|<(LIGNE)> (\d+) (\d+) (\d+) (\d+) </LIGNE>)$
"
g

Description

Loading markdown...
Submitted by anonymous - 7 years ago