punct

Purpose

The function is used to search for punctuation signs. It partially duplicates the functionality of the function char() allowing to write a query in a more concise way.

Syntax

punct()

Arguments

The function does not require any argument.

Returned Value

Documents matching the query.

Examples

punct() = char(punct) matches all punctuation signs in the text.