hasSensitiveData

Checks whether a specific string contains sensitive data.

bool
hasSensitiveData

Parameters

data string

The data to check.

level SecurityLevel

The security level for the validation

Return Value

Type: bool

True if the string contains sensitive data, false otherwise.

Meta