```json
{
    "title": "Mangled IIS Log Files and REGEXP",
    "url": "https://performancezen.com/2005/01/21/mangled-iis-log-files-and-regexp/",
    "datePublished": "2005-01-21",
    "dateModified": "2005-01-21",
    "language": "en-US",
    "description": "A while back I asked if anyone had a REGEXP to deal with IIS log files. Well, It was more complex than that. It seems that the logfiles are mangled…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# Mangled IIS Log Files and REGEXP

> **/^(S+) (d+) (d+-d+-d+) (d+:d+:d+) (S+) (-) (S+) (S+) (S+) (d+) (S+) (.+?) (.+?) (S+) (S+) (-) (S+) (S+) (S+) (S+) (S+) (S+) (.+?) (.*)$/**
