bug-idutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-idutils] How to find tokens inside strings?


From: sean
Subject: [bug-idutils] How to find tokens inside strings?
Date: Wed, 02 Mar 2011 10:17:02 -0700
User-agent: RoundCube Webmail/0.3.1

Sorry for posting to the bug list.  Is there a support forum I could use
instead?

Anyway,
I'm looking for a way to have idutils identify tokens inside strings.  It
seems to work for strings with one word but not for strings with multiple. 
For example, in:

const char* str = "string";

xtokid finds the token "string";

But in:

const char* str = "string with multiple words";

xtokid finds nothing.  Is there a way to have it find each individual word
in that string?

Thanks.
Sean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]