Class StringParser
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.util.StringParser
-
public class StringParser extends Object
Cuts a string in words separated by white space. Quotes and square brackets are recognized (that is, white space within is ignored).
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description StringParser()
-