to explain what i like to do:
i catch a line with my bot which comes from a news system but only want to retrieve the news posters nickname - problem is that the news posters nickname sometimes consists of one or two names, in example:
"news added: sony increased sale rates on playstation 3 poster: derrick date: 2009-01-01" <-- one name which i can easily catch with lindex
and
"news added: sony increased sale rates on playstation 3 poster: dick tracy date: 2009-01-01" <-- two names
is there a way to easily retrieve only the posters complete nick?
or is there a way to string match from a special char to a special char?
hope my explanation isnt that bad
