func_strings: Add trim functions.

Adds TRIM, LTRIM, and RTRIM, which can be used
for trimming leading and trailing whitespace
from strings.

ASTERISK-30222 #close

Change-Id: I50fb0c40726d044a7a41939fa9026f3da4872554
This commit is contained in:
Naveen Albert
2022-09-11 20:40:39 +00:00
committed by N A
parent f09b9e6678
commit 0bf6d7af33
2 changed files with 190 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Subject: func_strings
Three new functions, TRIM, LTRIM, and RTRIM, are
now available for trimming leading and trailing
whitespace.