☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

minimum

Table of contents

Description:

This key defines the minimum number of times that the literal string must occur to match this parser.

A good example is a markdown code block, which can open with any number of backticks greater than or equal to three.

Appears in:
└── Snippet
    └── params
        └── *
            └── Repeating Literal Parser Config
                └── options
                    └── minimum
Type:
number
Examples:
Open in a new tab