mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
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:
5
doc/CHANGES-staging/func_strings_trim.txt
Normal file
5
doc/CHANGES-staging/func_strings_trim.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: func_strings
|
||||
|
||||
Three new functions, TRIM, LTRIM, and RTRIM, are
|
||||
now available for trimming leading and trailing
|
||||
whitespace.
|
||||
Reference in New Issue
Block a user