提交 7dbfd27d 编写于 作者: A Anton Okulov 提交者: Ivan Blinkov

Fix startsWith function description (#4451)

上级 e20c77e4
......@@ -103,7 +103,7 @@ Returns whether to end with the specified suffix. Returns 1 if the string ends w
## startsWith(s, prefix)
Returns whether to end with the specified prefix. Returns 1 if the string ends with the specified prefix, otherwise it returns 0.
Returns whether to start with the specified prefix. Returns 1 if the string starts with the specified prefix, otherwise it returns 0.
## trimLeft(s)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册