AlexLamson / FolderCleaner

Experiment in creating UI from scratch
MIT License
0 stars 0 forks source link

Matching leading and trailing space characters #54

Open AlexLamson opened 10 years ago

AlexLamson commented 10 years ago

If the last character in the match is a " ", then it can also be a "." If the first character in the match is a " ", then it can also be a "/"

AlexLamson commented 10 years ago

Also, lines starting with "//" should be skipped.