Libraries
»
cosmos
(3.1.0)
»
Index (E)
»
Cosmos
»
Extract
Module: Cosmos::Extract
Included in:
Api
,
Script
Defined in:
lib/cosmos/script/extract.rb
Constant Summary
collapse
SCANNING_REGULAR_EXPRESSION =
“
%r{ (?:"(?:[^\\"]|\\.)*") | (?:'(?:[^\\']|\\.)*') | (?:\[.*\]) | \S+ }
x