We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Processing has this function toUpperCase(), how can i do this in p5.js?
Just use JS: String.toUpperCase().
aah yes ofcourse so stupid of me...
Answers
Just use JS: String.toUpperCase().
aah yes ofcourse so stupid of me...