java.lang.Object | |
↳ | org.anddev.andengine.util.StringUtils |
(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Split a String by a Character, i.e.
| |||||||||||
Split a String by a Character, i.e.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Split a String by a Character, i.e. Split lines by using '\n'.
Same behavior as String.split("" + pCharacter);
.
pReuse | tries to reuse the String[] if the length is the same as the length needed. |
---|
Split a String by a Character, i.e. Split lines by using '\n'.
Same behavior as String.split("" + pCharacter);
.