RegExp rename problem with spaces[EXPLAINED]
Posted: 15 May 2014 06:58
Try to regexp rename this file with that pattern:
Only "the" should be replaced with "", but all those spaces are replaced too! Why? Fix how?
Sorry for two back-to-back reports, but found out about the other bug/confusion while testing this one.
EDIT:pattern typo+standardization
Code: Select all
"The Spacious.txt"Code: Select all
"^The > "Sorry for two back-to-back reports, but found out about the other bug/confusion while testing this one.
EDIT:pattern typo+standardization