Displaying 1 result from an estimated 1 matches for "tp1289795p1290011".
2010 Jan 25
3
Matching a character in a string
Hello.
Sorry for this very basic question but I didn't find (of didn't understand)
the answer either in the help or in the online guide.
I have a string, let's say "hello". I want to know if there is some
character in it, let's say an 'o'.
I tried
> charmatch("o", strstplit("hello",""))
but it gives NA (why??)
Thinking it may