• GTG3000@programming.dev
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    11 months ago

    On PC, you can open the browser console and type in

    ("your string").toUpperCase()
    

    it’s usually on F12.

    >> "Al".toUpperCase()
    <- "AL"