Text/String lower/upper case change


    Nov 10 2009 | 8:07 pm
    Hi All!
    This question is probably very basic for you, unfortunately I'm a beginner with javascript and I can't solve it.
    Basicaly I want to convert the text in the input to lower case, but I didn't figure out the code. Can anyone help?
    best regards, dc

    • Nov 11 2009 | 12:07 pm
      Hi,
      If you only need a "to lower case" function, you could simply do it with [vexpr] as well :
      Charles
    • Nov 11 2009 | 12:12 pm
      Dammit! Such a simple line... Many thanks Vanille! =D That's what I was looking for! Thanks for your suggestion also Charles, works great! best regards
    • May 27 2015 | 2:16 pm
      string.toLowerCase()
      Mark