Regular Expressions 101

Community Patterns

0

Numbered Lists

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

MineDisc

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

Sections

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

Emojicleaner

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

Crontabber

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

test

Golang
no description available
Submitted by anonymous - 3 years ago

提取有效小数,如果是0,则只保留1个0

0

Regular Expression
Python

r"
(\d+\.([1-9]{3}|[1-9]{2}|[1-9]|0{1}))(\d*)
"
gm

Description

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