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 D | str_test.go | 29 eg(1, Pipe("abc", BetweenF("a", "c"))) 446 eg(1, Pipe("\nabcdef \n", Clean, BetweenF("a", "f"), ChompLeftF("bc")))
|
H A D | README.md | 16 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 D | funcsAO.go | 69 func BetweenF(left, right string) func(string) string { func
|
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/mgutz/str/ |
H A D | README.md | 16 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 D | funcsAO.go | 69 func BetweenF(left, right string) func(string) string { func
|