## Submission Details
the literal text ## Submission Details↵ (case sensitive) \s*any whitespace character, repeated any number of times
the literal ↵ (1010 / 128 / A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Challenge Name:the literal text Challenge Name: (case sensitive) \*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\w+any word character, repeated at least once
the literal ↵ (1010 / 128 / A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Algorithm Name:the literal text Algorithm Name: (case sensitive) \*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
Group 2([a-z][a-z0-9_]{4,19}) a-zone character from a (9710) to z (12210) (case sensitive)
Character Class[a-z0-9_]{4,19} {4,19}matches between 4 and 19 characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
_the literal _ (9510 / 1378 / 5F16)
the literal ↵ (1010 / 128 / A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Copyright:the literal text Copyright: (case sensitive) \*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\d{4}a digit, repeated exactly 4 times
the literal (3210 / 408 / 2016)
Negated Character Class[^\n]+ +matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
the literal ↵ (1010 / 128 / A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Identity of Submitter:the literal text Identity of Submitter: (case sensitive) \*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
Negated Character Class[^\n]+ +matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
the literal ↵ (1010 / 128 / A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Identity of Creator of Algorithmic Method:the literal text Identity of Creator of Algorithmic Method: (case sensitive) \*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
nullthe literal text null (case sensitive) Negated Character Class[^\n]+ +matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
the literal ↵ (1010 / 128 / A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Unique Algorithm Identifier the literal text Unique Algorithm Identifier (case sensitive) \(the literal ( (4010 / 508 / 2816)
UAIthe literal text UAI (case sensitive) \)the literal ) (4110 / 518 / 2916)
:the literal : (5810 / 728 / 3A16)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
Group 7(null|c\d{3}_a\d{3}) nullthe literal text null (case sensitive) 2nd Alternativec\d{3}_a\d{3} cthe literal c (9910 / 1438 / 6316) (case sensitive)
\d{3}a digit, repeated exactly 3 times
_athe literal text _a (case sensitive) \d{3}a digit, repeated exactly 3 times
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string