Link Search Menu Expand Document (external link)

OpenVisus.StringUtils_startsWith

Describe function here.

Function Definition

def StringUtils_startsWith(s, what, caseSensitive=False):
    return _VisusKernelPy.StringUtils_startsWith(s, what, caseSensitive)