c#.net

c# 텍스트에서 ip만 추출 정규표현

우유빛 2009. 7. 16. 10:04

Regex.Match(text, @"[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}").Value;