Regex to match against a group or multiple groups. Delimiters are already added, and PCRE_CASELESS is added after for case insensitivity.
Example of matching a single group: alt\.binaries\.example
Example of matching multiple groups: alt\.binaries.*
Regex to use when grouping binaries into collections.
The regex delimiters are not added, you MUST add them. See this page.
To make the regex case insensitive, add i after the last delimiter.
The order to run this regex in. Must be a number, 0 or higher.
If multiple regex have the same ordinal, MySQL will randomly sort them.
@foreach($status_ids as $k => $id)
status ?? 1) == $id ? 'checked' : '' }}>
@endforeach
Only active regex are used during the collection matching process.