Opened 14 years ago
Closed 13 years ago
#2193 closed Feature Request (Completed)
Addition to the String UDF
| Reported by: | BrewManNH | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.9.5 | Component: | Standard UDFs |
| Version: | Severity: | None | |
| Keywords: | titlecase Title Case | Cc: |
Description
As previously requested in ticket 2173 this is a modified version of _StringProper, it has been modified to return a Title Case string rather than a "Proper" string. Also, as requested by trancexx in ticket 2173, I am putting this in as a feature request rather than polluting the trak with confusing information. Currently, _StringProper doesn't return a properly formatted string if you're looking to make it Title Case, this replacement has been modified to have that functionality. Attached is the UDF and a short demo script to show its output.
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | _StringTitleCase.au3 added |
|---|
comment:1 by , 14 years ago
I'd like to propose a secondary name for this UDF, as Title Case is so subjective in regards to usage. Instead of Title Case, I propose that it could be called Start Case, which is the style this is actually altering the incoming sentence into. According to the Wikipedia article on letter case, start case is the capitalization of the first letter of every word regardless of the part of speech of the word.
comment:2 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 13 years ago
| Milestone: | → 3.3.9.5 |
|---|---|
| Resolution: | → Completed |
| Status: | assigned → closed |
Added by revision [7486] in version: 3.3.9.5

Demo script and UDF for _StringTitleCase