Regular Expressions 101

Community Patterns

0

lua_pattern

Python
lua file name
Submitted by anonymous - a year ago
0

phone number matcher

Java 8
phone number matcher
Submitted by anonymous - a year ago
0

提取js中的内容

Python
获取变量值等
Submitted by anonymous - a year ago
0

Procurar por IPv4

Python
Match em um IPv4 válido
Submitted by anonymous - a year ago
0

TCN Match

Python
Extract info about STP TCNs
Submitted by anonymous - a year ago
0

scrape pdf

Python
get data from pdf
Submitted by anonymous - a year ago

Valores numéricos aislados

0

Regular Expression
Python

r'
(?:^|(?<=\s)) # delimitador inicial [+-]?(?:\d+\.\d+|\d+\.|\.\d+|\d+) # valores con o sin signo (?:e[+-]?\d+)? # parte exponencial (?=\s) # delimitador final
'
gix

Description

Loading markdown...
Submitted by Johnny Alonso - a year ago