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

Feat: added to_upper under the string manipulation #88

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

GIHAA
Copy link
Member

@GIHAA GIHAA commented Jun 28, 2023

#40

@GIHAA GIHAA added enhancement New feature or request flodash Issues related to the flodash package labels Jun 28, 2023
@GIHAA GIHAA requested a review from Akalanka47000 June 28, 2023 14:06
@Akalanka47000 Akalanka47000 added the changed requested 👀 changed requested label Jun 28, 2023
@@ -0,0 +1,4 @@
///Converts string, as a whole, to upper cas
String toUpper([String string = '']) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also shall we add in a deprecation warning into this? This functionality is available inbuilt ne. Refer to a few array modules, the have example deprecation warnings

@Akalanka47000 Akalanka47000 merged commit aad4df3 into sliit-foss:development Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changed requested 👀 changed requested enhancement New feature or request flodash Issues related to the flodash package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants