bbmod_string_starts_with

A function defined in __bbmod_string.gml

bbmod_string_starts_with(_string, _substr)

Description

Checks whether a string starts with a substring.

Arguments

Name Type Description
_string String The string to check.
_substr String The substring.

Returns

Bool Returns true if the string starts with the substring.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.