Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
string.h File Reference

String manipulation functions provided by Phasor. More...

#include "PhasorAPI.h"

Go to the source code of this file.

Functions

void l_tokenizestring (PHASOR_API_ARGS)
 Tokenizes (splits) an input string at specified delimiters.
 
void l_tokenizecmdstring (PHASOR_API_ARGS)
 Tokenizes (splits) an input string into distinct words, which are either separated by a space or enclosed in " ".
 

Detailed Description

String manipulation functions provided by Phasor.

These implementations have changed since the previous Phasor.
Both tokenizestring and tokenizecmdstring return an array of strings and as such gettoken, getcmdtoken, gettokencount, getcmdtokencount have been removed.