## validate()


Check whether a value is non-empty and valid.


Usage

``` python
validate(value)
```


## Parameters


`value: str`  
The string to validate.


## Returns


`bool`  
True if the value is valid.
