E0058#
Warning name: unused_non_capturing
Unnecessary non-capturing group in regex.
This warning is emitted when a regex contains a non-capturing group that is not needed. Consider simplifying the regex by removing the redundant group.
Warning name: unused_non_capturing
Unnecessary non-capturing group in regex.
This warning is emitted when a regex contains a non-capturing group that is not needed. Consider simplifying the regex by removing the redundant group.