Posts by user15529 • 11 points
1 post
-
1
votes2
answers141
viewsQ: Turn string to uppercase before dash
How to capitalize string before a dash ( - ) as typed, using jQuery/Javascript? Text example: "ab-Hello world Cx- All right?" Exit: AB- Olá mundo CX- Tudo bem? // $('textarea').keyup(function(){…