Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29108
    jic
    Participant

    These are some examples of the Capitalize function:

    OriginalStr: THIS IS A TEST
    Capitalized: This Is A Test
    ExpectedStr: This Is A Test

    OriginalStr: “THIS IS A ‘TEST'”
    Capitalized: “this Is A ‘test'”
    ExpectedStr: “This Is A ‘Test'”

    OriginalStr: (THIS IS A ‘TEST’)
    Capitalized: (this Is A ‘test’)
    ExpectedStr: (This Is A ‘Test’)

    It appears as if the Capitalize function does not do any checks to see if the capitalization is done on a letter or a delimiter.

    #29122
    Yutaka Emura
    Keymaster

    This issue has been fixed on v22.1.907. Thank you.

    #29130
    jic
    Participant

    Thanks, Yutaka.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.