Module: Cosmos::Extract

Included in:
Api, Script
Defined in:
lib/cosmos/script/extract.rb

Constant Summary collapse

SCANNING_REGULAR_EXPRESSION =

%r{ (?:"(?:[^\\"]|\\.)*") | (?:'(?:[^\\']|\\.)*') | (?:\[.*\]) | \S+ }x