The string package

The string package contains modules that extend standard Avisynth operations on variables of string type.

Required packages

The string package requires modules from the following packages (see the specific modules' documentation for actual dependencies): base, numeric, array.

Modules

NameDescription

core

This module provides functions, constants and global variables for performing basic operations related to the string (and array) type.

search

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

sprintf

This module provides StrPrint, a string formatting function with sprintf-like interface.