1 %>@ingroup
string conversion
3 %>@brief Extracts things like
'A' from things like
'code = "A"'
6 quote_indexes = regexp(params, '"');
7 if size(quote_indexes) < 2
10 c = params(quote_indexes(1)+1:quote_indexes(2)-1); % extracts code from param
string
function strip_code(in params)