Regular Expressions 101

Community Patterns

0

short term

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

开票1.0.0.0503

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

换房1.0.0.0503

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

收餐1.0.0.0503

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

income_Frontkn

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

Test

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

AUX/LUX

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

numbers

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

CAN2-OK-1

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

CAN1-v2-OK-1

Python
no description available
Submitted by anonymous - 3 years ago

discard rubbish, GEO, NUMBERS, NAME, TYPE

0

Regular Expression
Python

r"
(?ix)(?:^[A-Z\W]*\W+(?!bnd|cnr)\W+)?(?:(?!\b(?:RD|HWY|TRAIL|St|R)\b)(?P<numbers>\d+-\d+|\d+[A-Z]?)\W+)*?(?:\W+(?:AND|&)\W+)*(?:(?:(?P<geo>BND|CNR)(?:\WOF|\WBY)?)\W+)*(?P<name>(?:(?!\b(?:RD|HWY|TRAIL|St|R)\b)[A-Z]+\W*)+)\W+(?:(?P<type>RD|HWY|TRAIL|St|R)\W)+
"
g

Description

Loading markdown...
Submitted by Daniel Vianna - 6 years ago