com.ctreber.acearth.util
Class StringParser
java.lang.Object
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]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringParser
public StringParser()
parse
public static List parse(String pLine)
Copyright © 2013. All Rights Reserved.