StringRemovePrefixExtension extension

on

Methods

removePrefix(String prefix) String
If this String starts with the given prefix, returns a copy of this string with the prefix removed. Otherwise, returns this String.