Example usage for Java android.text.util Rfc822Tokenizer fields, constructors, methods, implement or subclass
The text is from its open source code.
Rfc822Token[] | tokenize(CharSequence text) This method will try to take a string like "Foo Bar (something) <foo\@google.com>, blah\@google.com (something)" and convert it into one or more Rfc822Tokens. |