yodaos-project/ShadowNode
View on GitHubjerry: does not support String.prototype.startsWith()
Open
#472 opened on Dec 28, 2018
good first issuejerry
Description
ES6又提供了三种新方法。
includes():返回布尔值,表示是否找到了参数字符串。
startsWith():返回布尔值,表示参数字符串是否在源字符串的头部。
endsWith():返回布尔值,表示参数字符串是否在源字符串的尾部。
请支持。
Is your feature request related to a problem? Please describe. Please describe the problem you are trying to solve.
Describe the solution you'd like Please describe the desired behavior.
Describe alternatives you've considered Please describe alternative solutions or features you have considered.