regex for URL including query string

前端 未结 6 1593
谎友^
谎友^ 2020-12-10 17:21

I thought this would be a simple google search but apparently not. What is a regex I can use in C# to parse out a URL including any query string from a larger text

6条回答
  •  北海茫月
    2020-12-10 18:16

    RegexLib has lots of useful stuff...

    http://regexlib.com/Search.aspx?k=querystring

提交回复
热议问题