]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 22 Sep 2022 14:34:42 +0000 (09:34 -0500)
commitabe1465a1ab552cd188b57f58404024aeec78fb0
treeff3d317120b9305ec3c332cb6c65dd1b6bd0e0e3
parent71de0babccd3e4840f7056691cd4cd7c4e4ab1b0
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