Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-12 18:20
Flavor·PCRE2 (PHP)

/
([\w].*(?=\+))
/
gm
Open regex in editor

Description

With the format: text+.

Being + the end of each line, you can export a JSON formatted file with index field for you projects.

Submitted by anonymous