Garry's Mod Wiki

Garry's Mod Wiki

  boolean string.StartsWith( string inputStr, string start )

Description

Returns whether or not the first string starts with the second.

Arguments

1 string inputStr
String to check.
2 string start
String to check with.

Returns

1 boolean
Whether the first string starts with the second.

Example

Demonstrates the use of string.StartsWith

print(string.StartsWith("hello there", "hell"))
Output: true

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...