Share via


PBAVariable::checkNameRegEx Method

Checks whether the specified string contains only the allowed characters.

Syntax

client server public static boolean checkNameRegEx(str _variableName)

Run On

Called

Parameters

  • _variableName
    Type: str

Return Value

Type: boolean
true if the variable name contains only the allowed characters; otherwise, false.

See Also

Reference

PBAVariable Table