Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大きな txt ファイルがあり、多くの文字列、スペース、および IP があります。IP アドレスだけが必要です。IP 以外のすべてを正規表現するにはどうすればよいですか? 私はそれを行うためにいくつかの正規表現を試みていますが、何もうまくいきません。
(?!([0-9]{1,3}\.){3}[0-9]{1,3}).*
ただし、IPアドレスの最初の3桁の数字を除くすべてを正規表現します。ありがとうございました