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]
