How to replace 'bout to 'Bout
example:
Ain't No 'bout-A-Doubt It
to read
Ain't No 'Bout-A-Doubt It
Thanks
How to replace 'bout to 'Bout
example:
Ain't No 'bout-A-Doubt It
to read
Ain't No 'Bout-A-Doubt It
Thanks
Action: Replace with Regular expression
Field:
Regular expression: ((?:^|\s)')(.)
Replace with: $1$upper($2)