strip_quotes
Remove bracketing double quotes from string or cell array containing strings.
Syntax
s = strip_quotes(s) % Matlab & Octave #R to do
Description
Remove bracketing double quotes from string or cell array containing strings.
Inputs
Input var | Description | Default |
---|---|---|
s | is a string or a cell array containing strings. | N/A |
Outputs
Output var | Description | Units |
---|---|---|
s | is a string or a cell array with double quotes removed | N/A |
Example
Matlab & Octave
%To do
R
# to do
About
bugs@animaltags.org Last modified: 12 July 2017