Regular Expressions 101

Community Patterns

0

Email Reply Line

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

Message Log

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

getfreessimg

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

recipes

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

Find ip, link

Golang
no description available
Submitted by anonymous - 6 years ago

Regex for C-style assignments

0

Regular Expression
Golang

`
((((?P<Keys>dword|word|byte|int)[ \n\t]+)((?P<Names>[a-zA-Z0-9 _\-\$]+)))((\[(?P<Range>[a-zA-Z0-9 \t\n]+)\][ \t\n]+)|(?P<Pointer>[* \t\n]+)|)((=[ \n\t]+)([&*"a-zA-Z0-9]+))(;))|(((?P<Others>int|string|word)[ \t\n]+)([a-zA-Z0-9\n\t]+)(;))
`
g

Description

Loading markdown...
Submitted by cemares - 6 years ago