ソースを参照

Edit description of URL extended pattern

tags/v0.2.0
コミット
26e4dfce3f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      inst/extdata/patterns.json

+ 1
- 1
inst/extdata/patterns.json ファイルの表示

@@ -76,7 +76,7 @@
{
"name":"Web, URL Extended",
"regex":"(?:(?:http(?:s)?|ftp)://)(?:\\S+(?::(?:\\S)*)?@)?(?:(?:[a-z0-9\u00a1-\uffff](?:-)*)*(?:[a-z0-9\u00a1-\uffff])+)(?:\\.(?:[a-z0-9\u00a1-\uffff](?:-)*)*(?:[a-z0-9\u00a1-\uffff])+)*(?:\\.(?:[a-z0-9\u00a1-\uffff]){2,})(?::(?:\\d){2,5})?(?:/(?:\\S)*)?",
"description":"More complicated URL validation that handles URLs such as <code>http://www.example.com/wpstyle/?p=364</code>, <code>http://foo.com/blah_blah_(wikipedia)_(again)</code>, or even <code>http://userid:password@example.com:8080/</code>.",
"description":"More complicated URL validation that handles fully-qualified URLs such as <code>http://www.example.com/wpstyle/?p=364</code>, <code>http://foo.com/blah_blah_(wikipedia)_(again)</code>, or even <code>http://userid:password@example.com:8080/</code>.",
"tags":"url,address,http",
"source":"http://rpubs.com/jimhester/rex-url_parsing"
},

読み込み中…
キャンセル
保存