Regular Expressions 101

Enterprise
Spon⁠sors

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

`
((((?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
Created·2018-01-07 22:20
Type·Match
Flavor·Golang

no description available

Submitted by cemares
Open Workspace