Terence Eden on Nostr: Hey #PHP friends, I'd like to know if you consider this a bug? And, if so, is it ...
Hey #PHP friends, I'd like to know if you consider this a bug? And, if so, is it worth me filing it?
`echo mb_convert_case("the 29th of feBrUaRy", MB_CASE_TITLE);`
Returns "The 29Th Of February"
Should 29Th be 29th? I'm struggling to think of when a letter immediately preceded by a number would be upper-case in a title.
`echo mb_convert_case("the 29th of feBrUaRy", MB_CASE_TITLE);`
Returns "The 29Th Of February"
Should 29Th be 29th? I'm struggling to think of when a letter immediately preceded by a number would be upper-case in a title.