Regular Expressions 101

Community Patterns

@Parse @AppleScript @Handler List into Name, Params, & Tags

0

Regular Expression
PCRE (PHP <7.3)

/
^([^\(\n]+)\(([^\)]*)\)(?:\s+--\s+(.*))?$
/
gm

Description

Processes the list of AppleScript Handlers, which usually have been extracted from a Script Library, with one handler/line.

Source data looks like this:

changeDate(pPOSIXPath, pDateToChange, pNewDate) -- @Date @Finder @File @Change
checkReqdASVer(pVerReqdStr) -- @AppleScript @Ver
cleanName(pNameFinderItem) -- @Clean @File @Folder @Invalid @RegEx @Satimage @FileName
Submitted by JMichaelTX - 7 years ago