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

add quotename string function #13 #85

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

frectonz
Copy link
Contributor

Implement QUOTENAME

Returns the first string argument with delimiters added. The second argument is used to specify the delimiters. It's by default set to []. The delimiters must at most be of length 2 otherwise a null is returned. When the delimiter string contains one argument it will be used as the starting and ending delimiter, if the delimiter string contains two character, the first one will be used as the starting delimiter and the second one will be used as the ending delimiter.

2024-02-26T22:46:06,642347615+03:00

@AmrDeveloper AmrDeveloper merged commit 7531749 into AmrDeveloper:master Feb 26, 2024
2 checks passed
@AmrDeveloper
Copy link
Owner

Hello @frectonz,

Thank you for contribution, welcome :D

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