Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

`
(?P<indent>\s*)(?P<type>[\w]+)\s(?P<identifier>[\w\d]+)\s*=\s*
`
g

Description
Created·2017-11-12 18:26
Type·Match
Flavor·Golang

Matches a variable with the following syntax; <indentation> <type> <name> =

example

string foo =

Submitted by Jordy van Domselaar <jordy.van.domselaar@outlook.com>
Open Workspace