Re: Mystery infestation strikes Linux/Apache Web sites
Posted by: Anonymous
[ip: 131.207.242.5]
on January 25, 2008 06:52 AM
notice the bakcslashes before { and }
the regexp [a-zA-Z]\{5\}\.js' matches any string ending with [alpha]{5}.js' where [alpha] is letter from a-z or A-Z
Re: Mystery infestation strikes Linux/Apache Web sites
Posted by: Anonymous [ip: 131.207.242.5] on January 25, 2008 06:52 AMthe regexp [a-zA-Z]\{5\}\.js' matches any string ending with [alpha]{5}.js' where [alpha] is letter from a-z or A-Z
#