Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anmitsu/go-shlex
/ functions
Functions
21 in github.com/anmitsu/go-shlex
⨍
Functions
21
◇
Types & classes
3
↓ 6 callers
Method
IsQuote
(rune)
shlex.go:22
↓ 5 callers
Method
IsEscape
(rune)
shlex.go:23
↓ 4 callers
Method
Split
()
shlex.go:88
↓ 3 callers
Method
IsWhitespace
(rune)
shlex.go:21
↓ 3 callers
Method
IsWord
(rune)
shlex.go:20
↓ 3 callers
Function
printToken
(s []string)
shlex_test.go:293
↓ 2 callers
Function
NewLexerString
NewLexerString creates a new Lexer reading from a string. This Lexer has a DefaultTokenizer according to posix and whitespacesplit rules.
shlex.go:74
↓ 2 callers
Function
testSplit
(t *testing.T, posix bool)
shlex_test.go:250
↓ 1 callers
Method
IsEscapedQuote
(rune)
shlex.go:24
↓ 1 callers
Function
NewLexer
NewLexer creates a new Lexer reading from io.Reader. This Lexer has a DefaultTokenizer according to posix and whitespacesplit rules.
shlex.go:62
↓ 1 callers
Method
readToken
()
shlex.go:105
Function
ExampleSplit
()
example_test.go:10
Method
IsEscape
(r rune)
shlex.go:44
Method
IsEscapedQuote
(r rune)
shlex.go:47
Method
IsQuote
(r rune)
shlex.go:33
Method
IsWhitespace
(r rune)
shlex.go:41
Method
IsWord
(r rune)
shlex.go:30
Method
SetTokenizer
SetTokenizer sets a Tokenizer.
shlex.go:84
Function
Split
Split splits a string according to posix or non-posix rules.
shlex.go:79
Function
TestSplitNonPOSIX
(t *testing.T)
shlex_test.go:242
Function
TestSplitPOSIX
(t *testing.T)
shlex_test.go:246