text/Shlex

class Shlex
extends:Object
static method newShlex
method init
method _add(unquote: Bool)
method closeArrayList<T>
method feed~char(chr: Char)
method feed~string(s: String)
static method split(s: String)ArrayList<T>
Split the string following the shell lexer rules and return the splitted parts.
stateInt
bufferBuffer
resultArrayList<T>
backslashBool
WAITInt
WORDInt
SQUOTEDInt
DQUOTEDInt

This Page