Regular Expressions 101

Community Patterns

find specific property of angular component

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<it-grid[\n\s\S]*?([\[\(]selectedItems[\]\)])
/
mg

Description

This can be used in vscode to search in your repo if a property has been used in your component.

name of component: it-grid name of property selectedItems

Submitted by Salmin - a year ago (Last modified a year ago)