From 6e3966fe246085e7bcec1faacc47bae57afde292 Mon Sep 17 00:00:00 2001 From: TKB Studios <69647028+tkbstudios@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:42:08 +0100 Subject: [PATCH] Update textutils.txt --- .../main/resources/data/computercraft/lua/rom/help/textutils.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt b/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt index ee91a883f..6c62ea789 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt @@ -7,4 +7,5 @@ textutils.serialize( table ) textutils.unserialize( string ) textutils.serializeJSON( table, [useNBTStyle] ) textutils.urlEncode( string ) +textutils.splitString( string, string ) textutils.complete( string, table )