Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-09 23:35
Flavor·Python

r"
[$£€]?\d+[\.\,]?\d*(bn)?p?m?(euro)?(euros)?
"
gm
Open regex in editor

Description

怎么在匹配 30p, 500m时,不会匹配到文章中的年份和百分比数字

Submitted by anonymous