Documentation

Chapter 76. stringlib

This is a very useful library of functions for working with strings. This includes parsing functions, the ltrim() and rtrim() functions, the formatlinebreaks() function for formatting output to fit in a specific length, the nondigits() and nondigitsordecimal() functions for returning a string containing all the characters to ignore when converting to a value using .toval(), and the multiinstr() function that looks for the first instance of several different characters in a string.

afterstr()

Description

Prototype

afterstr ( string sInput, string sSearch )

Parameters

ParameterDefault valueType nameDescription
sInputNonestring
sSearchNonestring