Regular Expressions 101

Community Patterns

0

espacios antes

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

My lib

Golang
no description available
Submitted by anonymous - 5 years ago

match first hex not 00 except line number

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=^(?:(?:\d+:(?:\s00)*\n)*)(?:\d+:(?:\s00)*)\s+)\b(?!00)[0-9-afA-F]{2}\b
/
g

Description

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