Header menu logo arc-validate

String Module

Functions and values

Function or value Description

isFilepath str

Full Usage: isFilepath str

Parameters:
    str : string

Returns: bool

Checks if a string is a filepath.

str : string
Returns: bool

isNoneOrWhiteSpace str

Full Usage: isNoneOrWhiteSpace str

Parameters:
    str : string option

Returns: bool

Checks if an input string option is None or, if it is Some, null, empty or consisting solely of whitespaces.

str : string option
Returns: bool

isNullOrWhiteSpace str

Full Usage: isNullOrWhiteSpace str

Parameters:
    str : string

Returns: bool

Checks if a given string is null, empty, or consisting solely of whitespaces.

str : string
Returns: bool

splitAddress str

Full Usage: splitAddress str

Parameters:
    str : string

Returns: string * int * int

Splits an file address string into a triple in the form of `sheetName * rowNumber * columnNumber`.

str : string
Returns: string * int * int

Type something to start searching.