Webel: Mathematica: CONVENTION: "pattern helpers" (which are not themselves Patterns) use the prefix '$pat$. Encapsulated Patterns use a 'pat$' prefix, and may use a '$pat$' pattern helper (such as an Alternatives).

Webel IT Australia promotes the amazing Mathematica tool and the powerful Wolfram Language and offers professional Mathematica services for computational computing and data analysis. Our Mathematica tips, issue tracking, and wishlist is offered here most constructively to help improve the tool and language and support the Mathematica user community.
DISCLAIMER: Wolfram Research does not officially endorse analysis by Webel IT Australia.
Icon class
icon_class
far fa-sticky-note
icon_class_computed
far fa-sticky-note
Note kind
Policy level
Mathematica keywords
Webel Mathematica keywords
Keywords
Click on the image to view it full size

This naming pattern for Webel pattern helper for Mathematica is used throughout all Webel IT Australia coding of Mathematica libraries.

A trivial example:
$pat$bool = (True|False)
Note that the pattern helper is not itself a Pattern. A Webel pattern encapsulator uses a pattern helper to create a Pattern (optionally with a specific named arg):
pat$bool: myBool: $pat$bool;
Using a pattern encapsulator bound to a specific named argument is NOT IDE-friendly!
The '$pat$' convention is often used together with these Webel help holder conventions: There is a detailed technical slide trail describing how the Webel naming conventions for Wolfram Language code work together:
Relates to
Related notes
Related notes (backlinks)
Related snippets (extracts)
Visit also
Visit also (backlinks)