This is the format for which I want to generate regex https://<any>.blob.core.windows.net/<any>?<any>
where any allowed any character(including special char also). I mean all where the other part is static.
Can you help to generate regex for above pattern?
Thanks