From a7424c1df9b565e77ff25fee46f8a79d2638f42c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 25 Nov 2009 02:48:58 -0500 Subject: Added a trim() value expression function --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index d942038b..94d39215 100644 --- a/src/report.h +++ b/src/report.h @@ -143,6 +143,7 @@ public: value_t fn_get_at(call_scope_t& scope); value_t fn_is_seq(call_scope_t& scope); value_t fn_strip(call_scope_t& scope); + value_t fn_trim(call_scope_t& scope); value_t fn_scrub(call_scope_t& scope); value_t fn_quantity(call_scope_t& scope); value_t fn_rounded(call_scope_t& scope); -- cgit v1.2.3