Methods
(static) formatList()
    Format the given values array into a delimited list string
        An optional transformFunc operates on each value.
        
            
    
    (static) spanSub()
    If character at the given index is a open/quote character, then scan to its matching close/quote
        
            
    
    (static) spanTo()
    Scan to the given chr, skipping over intervening matching brackets
        
            
    
    (static) splitList()
    Parse a string into a list on the given delimiter character,
        respecting embedded quotes and brackets