回答編集履歴
1
正規表現に関する参考リンクを追加しました。
answer
CHANGED
|
@@ -71,4 +71,16 @@
|
|
|
71
71
|
[80/tcp open http] => matched. [80/tcp open http, 80, tcp, open, ]
|
|
72
72
|
[] => not matched.
|
|
73
73
|
[Nmap done: 1 IP address (1 host up) scanned in 2.44 seconds] => not matched.
|
|
74
|
-
```
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
** **
|
|
77
|
+
** **
|
|
78
|
+
|
|
79
|
+
# 参考リンク
|
|
80
|
+
|
|
81
|
+
正規表現メモ
|
|
82
|
+
[http://www.kt.rim.or.jp/~kbk/regex/regex.html](http://www.kt.rim.or.jp/~kbk/regex/regex.html)
|
|
83
|
+
|
|
84
|
+
正規表現 - Wikipedia
|
|
85
|
+
[https://ja.wikipedia.org/wiki/%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%8F%BE](https://ja.wikipedia.org/wiki/%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%8F%BE)
|
|
86
|
+
|