A function defined in PEd_StringRemove.gml
PEd_StringRemove(_startStr, _endStr, _string)
Removes part beginning with startStr and ending with endStr from the string.
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. |
String
The string with the given part removed.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.