Forum Feature requests

ES6 string methods: startsWith() and endsWith()

yyang
Hello, it would be nice to add support for these methods. They are quite often used, relatively easy to implement, but tedious to polyfill. Thanks!
mikeday
We have added support for the JavaScript String methods startsWith() and endsWith() (and also includes() and repeat()) in the latest build.
yyang
Thank you very much!