TOLOWER(String
)
; ; Wandle den Namen des Anrufers in Kleinbuchstaben um exten => 123,1,Answer() exten => 123,n,Set(Foo=${TOLOWER(${CALLERID(name)})}) exten => 123,n,Hangup()
| | | | | 1.6 |————————
-= Info about function 'TOLOWER' =-
[Syntax]
TOLOWER(<string>)
[Synopsis]
Convert the string to lower case.
[Description]
Example: ${TOLOWER(Example)} returns "example"
TOUPPER()
“