Skip to content

Add some string functions in built-in functions#16

Merged
ali77gh merged 6 commits into
ali77gh:stablefrom
nafasebra:stable
Oct 12, 2025
Merged

Add some string functions in built-in functions#16
ali77gh merged 6 commits into
ali77gh:stablefrom
nafasebra:stable

Conversation

@nafasebra

Copy link
Copy Markdown
Contributor

I've add these strings functions:
char_at
to_lower
to_upper
trim

@ali77gh

ali77gh commented Oct 11, 2025

Copy link
Copy Markdown
Owner

@nafasebra
Be careful in Chap We don't start from 0 in indexes we start at 1

So:

"Nafas",1 -> char_at 

should return 'N' and not "a"

@nafasebra

Copy link
Copy Markdown
Contributor Author

@nafasebra Be careful in Chap We don't start from 0 in indexes we start at 1

So:

"Nafas",1 -> char_at 

should return 'N' and not "a"

Ok, I've fixed this

@nafasebra

Copy link
Copy Markdown
Contributor Author

Do you approve it?
@ali77gh

@ali77gh ali77gh merged commit f045958 into ali77gh:stable Oct 12, 2025
2 of 4 checks passed
@ali77gh

ali77gh commented Oct 12, 2025

Copy link
Copy Markdown
Owner

Congratulations!🎉

Thanks for your contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants