14,953
edits
m (→快速查表) |
|||
| Line 243: | Line 243: | ||
* [https://www.hexdictionary.com/ Hex Dictionary | Convert Hex / Hexadecimal Numbers to Binary and Decimal] | * [https://www.hexdictionary.com/ Hex Dictionary | Convert Hex / Hexadecimal Numbers to Binary and Decimal] | ||
=== Find IP address === | === Find IP address (IPv4) === | ||
適用 [http://notepad-plus-plus.org/ Notepad++] 軟體 v.5.9.5 | |||
# 選單: 尋找 -> 取代 | # 選單: 尋找 -> 取代 | ||
# 搜尋模式: 勾選「用類型表式」 | # 搜尋模式: 勾選「用類型表式」 | ||
## 尋找目標: \d\d?\d?\.\d\d?\d?\.\d\d?\d?\.\d\d?\d? | ## 尋找目標: {{kbd | key=<nowiki>\d\d?\d?\.\d\d?\d?\.\d\d?\d?\.\d\d?\d?</nowiki>}} | ||
note: not support {n} syntax | note: not support {n} syntax | ||
適用 [https://www.sublimetext.com/ Sublime Text] v. 3.2.21 | |||
# Find: {{kbd | key=<nowiki>(?:\d{1,3}\.){3}\d{1,3}</nowiki>}} | |||
參考資料: | 參考資料: | ||
* [https://www.regular-expressions.info/ip.html How to Find or Validate an IP Address] {{access | date = 2019-06-05}} | |||
* [http://sourceforge.net/projects/notepad-plus/forums/forum/331754/topic/4780602 SourceForge.net: Notepad++: Regular expression for IP addresses] | * [http://sourceforge.net/projects/notepad-plus/forums/forum/331754/topic/4780602 SourceForge.net: Notepad++: Regular expression for IP addresses] | ||
* [http://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses regex - Regular expression that matches valid IPv6 addresses - Stack Overflow] {{access | date = 2015-08-10}} | * [http://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses regex - Regular expression that matches valid IPv6 addresses - Stack Overflow] {{access | date = 2015-08-10}} | ||