Imran/Malic
01/25/2022, 2:51 PM1.6.10
and using the Regex:
Regex("^?(//(?<authority>((?<userinfo>[^/?#]*)@)?(?<host>(\\[[^\\]]*\\]|[^/?#:]*))(:(?<port>[^/?#]*))?))?(?<path>[^?#]*)(\\?(?<query>[^#]*))?(#(?<fragment>.*))?")
I am running into an issue running tests against js and nativ platforms: <stacktrace is below>
The error points to the second /
at the beginning ^?(//
of the expression. But I am not getting smarter from the error messageephemient
01/25/2022, 3:00 PMImran/Malic
01/25/2022, 5:07 PM