Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_function_string.c File Reference

afw_function_execute_* functions for string. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

const afw_value_tafw_function_execute_add_string (afw_function_execute_t *x)
 Adaptive Function add<string> More...
 
const afw_value_tafw_function_execute_concat (afw_function_execute_t *x)
 Adaptive Function concat More...
 
const afw_value_tafw_function_execute_eq_ignore_case_string (afw_function_execute_t *x)
 Adaptive Function eq_ignore_case<string> More...
 
const afw_value_tafw_function_execute_normalize_space_string (afw_function_execute_t *x)
 Adaptive Function normalize_space<string> More...
 
const afw_value_tafw_function_execute_normalize_to_lower_case_string (afw_function_execute_t *x)
 Adaptive Function normalize_to_lower_case<string> More...
 
const afw_value_tafw_function_execute_string (afw_function_execute_t *x)
 Adaptive Function string More...
 
const afw_value_tafw_function_execute_url_decode (afw_function_execute_t *x)
 Adaptive Function url_decode More...
 

Detailed Description

afw_function_execute_* functions for string.

Definition in file afw_function_string.c.