@extends('layouts.admin') @section('content')

{{ $title ?? 'Collection Regex Edit' }}

Back to List
@csrf @if($error)

{{ $error }}

@endif

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.

Description for this regex. You can include an example usenet subject this regex would match on.

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.

Cancel
{{-- Scripts moved to resources/js/csp-safe.js --}} @endsection