IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
1719 | 1719 | $url_clickable = '~ |
1720 | 1720 | ([\\s(<.,;:!?]) # 1: Leading whitespace, or punctuation |
1721 | 1721 | ( # 2: URL |
1722 | | [\\w]{1,20}+:// # Scheme and hier-part prefix |
| 1722 | [\\w]{1,20}+:/* # Scheme and hier-part prefix |
1723 | 1723 | (?=\S{1,2000}\s) # Limit to URLs less than about 2000 characters long |
1724 | 1724 | [\\w\\x80-\\xff#%\\~/@\\[\\]*(+=&$-]*+ # Non-punctuation URL character |
1725 | 1725 | (?: # Unroll the Loop: Only allow puctuation URL character if followed by a non-punctuation URL character |