G
gpaps87
hi,
i wanted to know whether we can use strtok command to mark delimiters
as tokens as well.In Java,we have a command:
StringTokennizer(String str, String delimiters, boolean
delimAsToken)
which considers the delimiters as tokens,too.Can strtok accomplish
this requirement?or could you please let me know if there is any other
command in C that would carry out this task?
i wanted to know whether we can use strtok command to mark delimiters
as tokens as well.In Java,we have a command:
StringTokennizer(String str, String delimiters, boolean
delimAsToken)
which considers the delimiters as tokens,too.Can strtok accomplish
this requirement?or could you please let me know if there is any other
command in C that would carry out this task?