any-text

pattern

Syntax
any-text
    


Purpose

any-text is a predefined character class, used in pattern matching, that matches any character except one that appears in a newline sequence (%n).

Related Concepts