build(types): add pl.stringx functions

This commit is contained in:
Aire-One 2022-10-23 21:07:18 +02:00
parent b63e734194
commit 6e2ac5af5d
1 changed files with 3 additions and 0 deletions

View File

@ -832,6 +832,9 @@ local record pl
rpartition: function(string, string): string, string, string
at: function(string, number): string
indent: function(string, number, string): string
dedent: function(string): string
lines: function(string): function(): string
title: function(string): string