Converts a string to title case, replacing formatting tokens with their display equivalents.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
The string to convert |
Applies the following transformations in order:
* with <br> (line break)_ with a space.title() — capitalises the first letter of each wordExample: "john_peter*smith" → "John Peter<br>Smith"
Returns the transformed string.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextProper.py
Updated : 2025-10-02