Adding string.startswith() and string.endswith()
* `string.startswith(inp, head[, begin[, end]])` - return true if string (substring) starts with head * `string.endswith(inp, tail[, begin[, end]])` - return true if string (substring) ends with tail closes gh-2215
Loading
Please register or sign in to comment