shlex

Undocumented in source.

Members

Aliases

ShlexStream
alias ShlexStream = InputRange!(const dchar)
Undocumented in source.

Classes

ShlexFile
class ShlexFile
Undocumented in source.

Functions

_printTokens
void _printTokens(Shlex lexer)
Undocumented in source. Be warned that the author may not have intended to support it.
quote
string quote(string s)

Return a shell-escaped version of the string *s*.

split
string[] split(string s, Shlex.Comments comments, Shlex.Posix posix)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Shlex
struct Shlex

A lexical analyzer class for simple shell-like syntaxes

Meta