i have a basic knowledge of regex but i want to know if there is a simpler way to pull patterns out of a line. if i have a line like: here is a sample with 123.456.123.456 in the middle. m/\d\.\d\.\d\.\d/ will match the entire line. is there an easy way to get only the ip address? thanks.. Brian T. Wallace Engineer
- Re: regex matching Brian . T . Wallace
- Re: regex matching Paul
- Re: regex matching Ken
- RE: regex matching John Edwards
- RE: regex matching John Edwards
- Re: regex matching Ken
- RE: regex matching Jason C. Lamb
- Re: regex matching Ken
- RE: regex matching John Edwards
- Re: regex matching Evgeny Goldin (aka Genie)
- Re: regex matching Peter Scott