modules/string/starts_with library

Functions

startsWith(String string, String target, [int position = 0]) bool
Checks if string starts with the given target string.