Strip whitespace (or other characters) from the beginning and end of a string
This transformer uses the php internal function: https://www.php.net/manual/en/function.trim.php
- Service:
CleverAge\ProcessBundle\Transformer\String\TrimTransformer
- Transformer code:
trim
Any value that can be cast to string and null.
Depending on the input :
null
if the input is nullstring
if the input is not null
Code | Type | Required | Default | Description |
---|---|---|---|---|
charlist |
string |
" \t\n\r\0\x0B" | List of characters to trim |