Match the regular expression below and capture its match into backreference number 1
Match either the regular expression below (attempting the next alternative only if this one fails)
Match a single character present in the list below
Between one and 4 times, as many times as possible, giving back as needed (greedy)
A single digit 0..9
A character in the range between "A" and "F"
Match the character ":" literally
Or match regular expression number 2 below (the entire group fails if this one fails to match)
Match the regular expression below and capture its match into backreference number 2
Assert that the regex below can be matched, starting at this position (positive lookahead)
Match any single character that is not a line break character
Between zero and unlimited times, as many times as possible, giving back as needed (greedy)
Match the regular expression below and capture its match into backreference number 3
Match the characters "::" literally
Assert that it is impossible to match the regex below starting at this position (negative lookahead)
Match any single character that is not a line break character
Between zero and unlimited times, as many times as possible, giving back as needed (greedy)
Match the same text as most recently matched by capturing group number 3
Match any single character that is not a line break character
Between one and unlimited times, as many times as possible, giving back as needed (greedy)
Match the same text as most recently matched by capturing group number 3
Match the same text as most recently matched by capturing group number 3
Between zero and one times, as many times as possible, giving back as needed (greedy)
Match the regular expression below and capture its match into backreference number 4
Exactly 5 times
Note: You repeated the capturing group itself. The group will capture only the last iteration. Put a capturing group around the repeated group to capture all iterations.
Match either the regular expression below (attempting the next alternative only if this one fails)
Match a single character present in the list below
Between one and 4 times, as many times as possible, giving back as needed (greedy)
A single digit 0..9
A character in the range between "A" and "F"
Match the regular expression below and capture its match into backreference number 5
Match either the regular expression below (attempting the next alternative only if this one fails)
Match the same text as most recently matched by capturing group number 3
Or match regular expression number 2 below (the entire group fails if this one fails to match)
Match the character ":" literally
Assert position at a word boundary
Or match regular expression number 2 below (the entire group fails if this one fails to match)
Match the same text as most recently matched by capturing group number 2
Match the regular expression below and capture its match into backreference number 6
Match either the regular expression below (attempting the next alternative only if this one fails)
Match the regular expression below and capture its match into backreference number 7
Exactly 2 times
Note: You repeated the capturing group itself. The group will capture only the last iteration. Put a capturing group around the repeated group to capture all iterations.
Match either the regular expression below (attempting the next alternative only if this one fails)
Match a single character present in the list below
Between one and 4 times, as many times as possible, giving back as needed (greedy)
A single digit 0..9
A character in the range between "A" and "F"
Match the regular expression below and capture its match into backreference number 8
Match either the regular expression below (attempting the next alternative only if this one fails)
Match the same text as most recently matched by capturing group number 3
Or match regular expression number 2 below (attempting the next alternative only if this one fails)
Match the character ":" literally
Assert position at a word boundary
Or match regular expression number 3 below (the entire group fails if this one fails to match)
Assert position at the end of the string (or before the line break at the end of the string, if any)
Or match regular expression number 2 below (the entire group fails if this one fails to match)
Match the same text as most recently matched by capturing group number 2
Or match regular expression number 2 below (the entire group fails if this one fails to match)
Match the regular expression below and capture its match into backreference number 9
Exactly 4 times
Note: You repeated the capturing group itself. The group will capture only the last iteration. Put a capturing group around the repeated group to capture all iterations.
Match the regular expression below and capture its match into backreference number 10
Match either the regular expression below (attempting the next alternative only if this one fails)
Match the regular expression below and capture its match into backreference number 11
Between zero and one times, as many times as possible, giving back as needed (greedy)
Match either the regular expression below (attempting the next alternative only if this one fails)
Match the character "2" literally
Match a single character in the range between "0" and "4"
Or match regular expression number 2 below (attempting the next alternative only if this one fails)
Match the character "1" literally
Match a single digit 0..9
Or match regular expression number 3 below (the entire group fails if this one fails to match)
Match a single character in the range between "1" and "9"
Match a single digit 0..9
Or match regular expression number 2 below (the entire group fails if this one fails to match)
Match the characters "25" literally
Match a single character in the range between "0" and "5"
Match the character "." literally
Between zero and one times, as many times as possible, giving back as needed (greedy)