-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[LANG-1687] Propose update from substringBetween doc and new method #1038
base: master
Are you sure you want to change the base?
Conversation
I am -1 for this new feature which feels like a super niche use case which overcomplicates the code base. I'm curious to hear what others think. |
HI @garydgregory thanks for the review and comment. If not adding the new function, maybe updating the documentation to make it clear what it does should be enough :) |
Codecov Report
@@ Coverage Diff @@
## master #1038 +/- ##
============================================
+ Coverage 92.06% 92.08% +0.01%
- Complexity 7482 7486 +4
============================================
Files 194 194
Lines 15721 15727 +6
Branches 2897 2899 +2
============================================
+ Hits 14474 14482 +8
+ Misses 674 673 -1
+ Partials 573 572 -1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
seen build failed due to checkstyle violation (not having checkstyle activated on my IDE), added a fix for this |
@garydgregory : got an exemple for you of usage |
Hello @laurentschoelens |
Yes that is hand made but it's only to point that there could be some usage 😀 |
Propose an update to documentation of substringBetween (treat LANG-1687) and add new method to have behaviour wanted by the user