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

String Operations #5

Open
SALajes opened this issue Jan 8, 2022 · 0 comments
Open

String Operations #5

SALajes opened this issue Jan 8, 2022 · 0 comments
Assignees

Comments

@SALajes
Copy link
Owner

SALajes commented Jan 8, 2022

CONCAT(string, any [, any,...]) - > concatenates values of any type to a given string (1st arg), by the order they are indicated in.

SUBSTR(string, number [, number]) -> creates a substring of the string indicated in the first argument starting from the index in the 2nd argument ending either on the end of the string or in the index indicated in the 3rd argument.

LEN(string | array) -> returns length of a given string or array

@SALajes SALajes added this to In progress in Spreadsheet Project Jan 8, 2022
@SALajes SALajes self-assigned this Jan 8, 2022
@JoaoRicardoCardoso JoaoRicardoCardoso moved this from In progress to Done in Spreadsheet Project Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant