The string :: core module

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

Required modules

base :: core

Functions

NameDescription

IsQuoted()

Returns true if x starts and ends with a " character...

QuoteNoexpr()

Returns its argument string either quoted if it fails to evaluate (and thus it is not ...

StrCompare()

Compares strings s1 and s2 and returns -1,0,1 if s1 < s2, s1 == s2, s1 > s2, respectively...

StrFill()

Returns a string consisting of count repetitions of s...

StrLeft()

A replacement of LeftStr standard Avisynth function. For Avisynth versions up to 2.55 offers the ability ...

StrMid()

A replacement of MidStr standard Avisynth function. For Avisynth versions up to 2.55 offers the ability to...

StrQuote()

Returns its argument with one " character added at the begining and at the end...

StrRight()

A replacement of RightStr standard Avisynth function. For Avisynth versions up to 2.55 offers the ability ...

StrUnquote()

Returns its argument with one " character at the begining and one at the end ...

ZStrip()

Returns fpnum stripped from leading and trailing zeros if fpnum ...

Constants

NameDescription

CHAR_SET

The active character set. Used for case-sensitive search and replace by the string :: search module's functions.

Variables

None