1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

chore: updating the docs for mf_getquotedstr

This commit is contained in:
2021-01-23 13:37:15 +02:00
parent 82184bc6be
commit bbbcf7d550
2 changed files with 16 additions and 2 deletions

View File

@@ -582,6 +582,13 @@ options noquotelenmax;
which returns:
> 'blah','blah','blah'
Alternatively:
%put %mf_getquotedstr(these words are double quoted,quote=D)
for:
> "these","words","are","double","quoted"
@param in_str the unquoted, spaced delimited string to transform
@param dlm= the delimeter to be applied to the output (default comma)
@param indlm= the delimeter used for the input (default is space)

View File

@@ -8,6 +8,13 @@
which returns:
> 'blah','blah','blah'
Alternatively:
%put %mf_getquotedstr(these words are double quoted,quote=D)
for:
> "these","words","are","double","quoted"
@param in_str the unquoted, spaced delimited string to transform
@param dlm= the delimeter to be applied to the output (default comma)
@param indlm= the delimeter used for the input (default is space)