org.jwall.web.audit.util
Class QuotedStringTokenizer
java.lang.Object
org.jwall.web.audit.util.QuotedStringTokenizer
public class QuotedStringTokenizer
- extends Object
This class implements a split-method which takes care of quoted strings, i.e. there will be no
split within a char sequence that is surrounded by quotes (single or double quotes). These sequences
are simply skipped.
- Author:
- Christian Bockermann <chris@jwall.org>
QuotedStringTokenizer
public QuotedStringTokenizer()
splitRespectQuotes
public static List<String> splitRespectQuotes(String input,
char sep)
Copyright © 2012 jwall.org. All Rights Reserved.