PEd_StringRemove

A function defined in PEd_StringRemove.gml

PEd_StringRemove(_startStr, _endStr, _string)

Description

Removes part beginning with startStr and ending with endStr from the string.

Arguments

Name Type Description
_startStr String The start of the part to remove.
_endStr String The end of the part to remove.
_string String The string to remove the part from.

Returns

String The string with the given part removed.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.