Regular Expressions 101

Community Patterns

Json formatter for text

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([\w].*(?=\+))
/
gm

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 - a year ago