Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-01-24 12:52
Flavor·PCRE (Legacy)

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

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