<?php $field = "IMACSuperSeriousLabelDCN"; $label = preg_replace('/(?<=[a-z])[A-Z]|[A-Z](?=[a-z])/', ' $0', $field); echo $label . "\n";
You have javascript disabled. You will not be able to edit any code.