Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update count built-in function in language reference to mention strings #1122

Closed
tsandall opened this issue Dec 19, 2018 · 0 comments
Closed

Comments

@tsandall
Copy link
Member

The count built-in function can be used to get the length of a string. The Language Reference does not mention strings in the description though.

We need to update the docs:

count(collection_or_string, output) | 1 | output is the length of the object, array, set, or string provided as input.

The file is here: docs/book/language-reference.md

tsandall pushed a commit that referenced this issue Dec 20, 2018
* Update count function doc to mention strings

Updates the doc for the built-in function count to mention strings.

Fixes #1122

Signed-off-by: Fraser Cobb <frasercobb@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant