Also, please trouble again: Why not add a .* at the end, in the form of ".*\.*", what is the difference between this and not adding it?
...
.*\ just matches if the conditions are met, so it doesn't matter if there is content after the
Adding .* after means it matches whether there is content after the or not.
But if it is ". *\..*", it's different. It means there must be at least one character after the
Reply to floor 27: eol=;
[ Last edited by 26933062 on 2008-5-29 at 11:06 PM ]
致精致简!
