mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #666] [MERGED] Add String.splitLimit API
#663
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/666
Author: @HT154
Created: 10/1/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @holzensp
Base:
main← Head:string-split-limit📝 Commits (2)
ac187faAdd String.splitLimit API92b482aUpdate stdlib/base.pkl📊 Changes
5 files changed (+133 additions, -48 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java(+16 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/api/string.pkl(+13 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf(+79 -48)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/string.pcf(+10 -0)📝
stdlib/base.pkl(+15 -0)📄 Description
Open to naming input here!
String.splitfor thisSplitNstr.split🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.