`Sugar.String.titleize` does not format the string following the specified acronym. `Sugar.String.addAcronym("QA");` `Sugar.String.titleize("qa_pending")` **Expected Output:** QA Pending **Actual Output:** Qa Pending