startswith
Returns true if the value strings begins with the prefix string or both
strings areq equal and false otherwise.
startswith(value, prefix)
Returns true if the value strings begins with the prefix string or both
strings areq equal and false otherwise.
startswith(value, prefix)