Skip to content

Commit 9941fe1

Browse files
committed
essentials2024.arr: provide string-{get-index,find{,-index,-opt}} from global
1 parent 6bc74c5 commit 9941fe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/web/arr/trove/essentials2024.arr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ provide from G:
414414
string-from-code-point,
415415
string-from-code-points,
416416
string-index-of,
417+
string-find-index,
418+
string-find-opt,
419+
string-find,
420+
string-get-index,
417421
string-is-number,
418422
string-isnumber,
419423
string-length,

0 commit comments

Comments
 (0)