regex for "."

Hi,I need to parse the file names like 20041201.log_12. I am looking for [anything] + ".log" + [anything]. I know "." represents anything, but how can I get ".log" to work for the period ".". ThanksI think I got it. it should be "\\.".
[256 byte] By [jennyhua] at [2007-11-26 16:01:06]
# 1
> I think I got it. it should be "\\.".Correct.
jverda at 2007-7-8 22:22:39 > top of Java-index,Java Essentials,Java Programming...