Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-12-01 18:09
Flavor·PCRE (Legacy)

/
Public(?: ReadOnly)? Property (?<prop>.*?)\(\) As [a-zA-Z]*(?: Implements )?.*? End Property
/
gis
Open regex in editor

Description

I've been using this regex to get a list of expanded properties (specifically the property names from the 'prop' capture group) from VB code that is used as input in a code converter for a project at work.

Submitted by Timothy Smith