I am looking for a module that will format entries. Here are some examples:
- phone numbers entered as 4445551234 to be converted to 444-555-1234 or (444) 555-1234
- text entered as UPPERCASE to be changed to lowercase with 1st letter Capitalized
- other text formatting like i5896548 to be converted to I-589-6548
I have searched Google and Drupal site for a solution but haven't found any ready made modules, only lots of coding suggestions.
I'm using Drupal 7. After upgrading PHP to version 7.2, I'm getting lots of errors about a deprecated function called "create_function" that one of my modules "Default Content" uses. I look on the Issues page for that module and I find that there is a new "dev" release for the Default Content module, which I can download here: