Chapter 91. stringlib
Table of Contents
- MakeNotNull()
- afterstr()
- beforestr()
- fcase()
- findfileencoding()
- formatlinebreaks()
- getlastitem()
- getline()
- getnumericvalue()
- iseolchar()
- ismatchingpattern()
- isspace()
- iswhitespace()
- laststr()
- lpad()
- ltrim()
- multiinstr()
- nondigits()
- nondigitsordecimal()
- onechar2twochar()
- parseitem()
- parsemultitoken()
- parsenext()
- parsestr()
- parsetoken()
- rpad()
- rtrim()
- space()
- sprintf()
- twochar2onechar()
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.
MakeNotNull()
Description
Prototype
MakeNotNull
(
string
)
sValue
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
sValue | None | string |