Utf8.remove

From GiderosMobile
Revision as of 23:14, 1 December 2023 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06
Class: utf8

Description

Deletes a substring in s.

utf8.remove(s,start,stop)

If neither start nor stop are given, deletes the last UTF-8 char in s, otherwise deletes char from start to end of s.

If stop is given, deletes char from start to stop (include start and stop).

start and stop can be negative.

Parameters

s: (string)
start: (number) optional
stop: (number) optional