Regular Expressions 101

Community Patterns

Bundle like parsing

0

Regular Expression
PCRE (PHP <7.3)

/
^[\h]>>(\w+)<<:[\h](.*?)(?=(^[\h]>>)|(^->>[\h]nota)|(^->>[\h]end))
/
gmis

Description

You could use this to create bundles like for lintlaist . You could then use regex to parse the text and exxtract it into ahk objects.

Submitted by anonymous - 4 years ago