Return string in upper case : string.toUpperCase()

Comments

1 comment

  • Rainer Grabowski

    Hi David,

    you're trying to set an array (@all of ..) to upper case. But it's only possible wiith a string.
    @all of section.join(). toUpperCase() or @all of section.toString().toUpperCase() should work.

    Rainer

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk