]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_strings: Add trim functions.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 11 Sep 2022 20:40:39 +0000 (20:40 +0000)
committerN A <mail@interlinked.x10host.com>
Thu, 22 Sep 2022 10:48:54 +0000 (05:48 -0500)
commit0bf6d7af336e6a87a31ebe834869e2f7b643b98b
tree203556227d2dfaa669b8cc44f01df5a035372284
parentf09b9e667873d2940a1aa8c10ccd0e7cecddbf07
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
doc/CHANGES-staging/func_strings_trim.txt [new file with mode: 0644]
funcs/func_strings.c