Regular Expressions 101

Community Patterns

0

1st Synt Macro

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

header

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

https://twitter.com/MGWVc

Golang
[](url)
Submitted by anonymous - 3 years ago
0

match ***

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

tag standard

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

Commit msg

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

sourctype

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

pack shelves

Golang
no description available
Submitted by anonymous - 3 years ago
1

Lxx Wurzel

Golang
no description available
Submitted by anonymous - 3 years ago
1

Flexible box

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

totalsource

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

acountant

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

totalsource

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

SEMS

Golang
no description available
Submitted by anonymous - 3 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