Class 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 Detail

      • StringParser

        public StringParser()
    • Method Detail

      • parse

        public static List parse​(String pLine)