Home
last modified time | relevance | path

Searched refs:BetweenF (Results 1 – 5 of 5) sorted by relevance

/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/mgutz/str/str-1.2.0/
H A Dstr_test.go29 eg(1, Pipe("abc", BetweenF("a", "c")))
446 eg(1, Pipe("\nabcdef \n", Clean, BetweenF("a", "f"), ChompLeftF("bc")))
H A DREADME.md16 s := str.Pipe("\nabcdef\n", Clean, BetweenF("a", "f"), ChompLeftF("bc"))
29 * [func BetweenF](#func--betweenf)
124 #### func [BetweenF](#betweenf)
127 func BetweenF(left, right string) func(string) string
129 BetweenF is the filter form for Between.
H A DfuncsAO.go69 func BetweenF(left, right string) func(string) string { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/mgutz/str/
H A DREADME.md16 s := str.Pipe("\nabcdef\n", Clean, BetweenF("a", "f"), ChompLeftF("bc"))
29 * [func BetweenF](#func--betweenf)
124 #### func [BetweenF](#betweenf)
127 func BetweenF(left, right string) func(string) string
129 BetweenF is the filter form for Between.
H A DfuncsAO.go69 func BetweenF(left, right string) func(string) string { func