Libraries
»
cosmos
(3.7.1)
»
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