-
Notifications
You must be signed in to change notification settings - Fork 138
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
Introduce String.split
function
#2791
Introduce String.split
function
#2791
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2791 +/- ##
==========================================================
+ Coverage 79.73% 79.84% +0.11%
==========================================================
Files 342 343 +1
Lines 80778 81056 +278
==========================================================
+ Hits 64407 64719 +312
+ Misses 14063 14027 -36
- Partials 2308 2310 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
2408de3
to
3d4854f
Compare
Force push due to merge conflicts with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Bastian Müller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@SupunS Can you please have a final look and merge once ready? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM!
Closes #2752
Description
Adds
str.split(_ separator: String): [String]
function to Cadence. The function returns a variable sized array of string value after splitting the string with the given separator.master
branchFiles changed
in the Github PR explorer