Next: , Up: irregex   [Index]


50.1 Conventions

In the documentation of the functions exported by (vicare irregex), the following conventions for argument names are used:

pcre

A string representing a regular expression in POSIX syntax, with PCRE extensions.

sre

A symbolic expression (a list) representing an SRE regular expression in SCSH syntax.

irx

A regular expression in one of the following forms: string in POSIX/PCRE syntax; symbolic expression in SRE syntax; a precompiled regular expression value.

str

A string.

start
past

Non–negative, exact integers representing indexes usually into a string. start is the index of the first code point in a selected substring; past is the index of the code point past the last code point included in the selected substring.

obj

Can be any value.