Go to: Synopsis. Return value. MEL examples.
validateShelfName (string $newName)
int : 1 if the name is valid, 0 otherwise |
Variable Name | Variable Type | Description |
---|---|---|
$newName | string | Potential shelf name to check. |
validateShelfName "123isNotValid";