Skip to content
Snippets Groups Projects
Commit bd93ea5e authored by bigbes's avatar bigbes Committed by Roman Tsisyk
Browse files

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
parent a6800388
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment