Regular Expressions 101

Spons⁠ors

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
^\s+(?:\-(?<letter>\w)\,?\s+)?(?:\-\-(?<name>\S+)(?:\[?[ =](?<value>\S+)\]?)?)?\s+(?<text>.*)$
/
gm

Description
Created·2019-11-10 15:35
Type·Match
Flavor·JavaScript

Extracts the flag option information from a bash 'COMMAND --help'.

Submitted by Anonymous
Open Workspace