Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-08 12:48
Flavor·PCRE (Legacy)

/
Fields\("(\w+)"\)\.Value\)*?
/
gm
Open regex in editor

Description

Goal is to map Visual Basic functions: their names, input parameters, dependencies, and outputs. Eventual goal is to map interactions between functions to identify circular logic.

Submitted by anonymous