The string :: search module

The string :: search module provides functions, constants and global variables for performing extended string searching and replacement operations.

Required modules

string :: core, array :: core

Functions

NameDescription

StrFind()

A generic substring search function that can return all positions of occurrence of sought inside base...

StrReplace()

A generic substring replacement function that can replace all occurrences of sought inside base...

Constants

None

Variables

None