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