i need to parse some data and i want to convert
AutomaticTrackingSystem
to
Automatic Tracking System
esse
If you seek to keep acronyms intact, replace "([^A-Z])([A-Z])" with "\1 \2", else replace "(.)([A-Z])" with "\1 \2".