NonStop SOAP 4.1 User's Manual

s
is the string which is trimmed.
trim
specifies the sequence or pattern to be trimmed.
Return Values:
This function returns the new string.
The axutil_string_replace()Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axutil_string_replace
( axis2_char_t * str,
axis2_char_t old_char,
axis2_char_t new_char )
Description:
This function replaces the given axis2_character with a new one.
Parameters:
str
is the string in which an old character is replaced by a new character
old_char
is the old character that is replaced.
new_char
is the new character that replaces the new character.
Return Values:
This function returns the replaced string.
The axutil_string_substring_starting_at()Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axutil_string_substring_starting_at
( axis2_char_t * str,
int s )
Description:
This function gives a substring starting from a given index.
Parameters:
str
is the source string.
c
is the starting index.
Return Values:
This function returns the substring.
The axutil_string_substring_ending_at()Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axutil_string_substring_ending_at
( axis2_char_t * str,
int e )
Description:
This function gives a substring ending with a given index.
386 NonStop SOAP 4 APIs