bug-idutils
[Top][All Lists]
Advanced

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

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


From: Jim Meyering
Subject: Re: [bug-idutils] How to find tokens inside strings?
Date: Mon, 07 Mar 2011 15:33:26 +0100

address@hidden wrote:
> Sorry for posting to the bug list.  Is there a support forum I could use
> instead?

This mailing list is the place for questions as well as bug reports.

> 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?

Not that I see.



reply via email to

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