Module: sip-router Branch: master Commit: 92e8377974d77851a68655df10b388cd53a1aaba URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92e83779...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Mon Mar 29 14:28:17 2010 +0300
modules_k/textops: added starts_with() function
Added starts_with() function in order to avoid use of regexs for this common test.
---
modules_k/textops/README | 128 ++++++++++++++++++------------ modules_k/textops/doc/textops.xml | 5 + modules_k/textops/doc/textops_admin.xml | 25 ++++++ modules_k/textops/textops.c | 29 +++++++ 4 files changed, 136 insertions(+), 51 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=92e8...