It demands that this: ``` typescript var _urlWithSchemaRe = /^[^:/?#.]+:/g; ``` is formatted as this: ``` typescript var _urlWithSchemaRe = /^[^:/? #.] +: / g; // ^ ^ ^ ^ ```
It demands that this:
is formatted as this: