README ¶ go-between get string between 2 strings Installation go get github.com/ddo/go-between Usage import . "between" Between("hello world", "hel", "ld"); // => "lo wor" Between("i'm so cool", "m", "oo"); // => " so c" Between("world hello world", "hel", "ld"); // => "lo wor" Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Between(str, start, end string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Between ¶ func Between(str, start, end string) string Types ¶ This section is empty. Source Files ¶ View all Source files between.go Click to show internal directories. Click to hide internal directories.