how to insert a space between a lower and upper case letter

Advanced Renamer forum
#1 : 30/01-17 14:27
John Caldicott
John Caldicott
Posts: 1
I have read through the guide but can't find how to do this, I have many files with no spaces between the words eg HowIsMySpelling, I just want to make sensible titles from them.

EDIT: Sorry someone just asked this before and their answer worked, not too sure how though. Please delete this thread thanks.

Replace: ([^\s])([A-Z])
with: $1 $2
Tick: Case Sensitive and Use Regular Expression


30/01-17 14:27 - edited 30/01-17 15:17