Doubt regarding delimiters in function mystrtok

can we use array of delimiters instead as an argument in the function?

hello @deck123
you can mention all delimiters in string.
example->
here delimiters are , . - and space we mentioned all as string/ char array .
see highlighted part
image