Posts by Robson H Rodrigues • 25 points
2 posts
-
2
votes2
answers274
viewsQ: How to normalize this small database?
I’m trying to improve this small I TCC database of the technician, it’s very small, it’s from a small page to a trade, in which I would have a catalog of products and promotions to attract buyers to…
-
0
votes2
answers1203
viewsQ: Regex to make full-name first letter uppercase, whether or not with a special character
I have the following variable in the Angular JS $Scope, with an Arrow Function: $scope.cad.nome.toLowerCase().replace(/\b\w/g, l => l.toUpperCase()); Which I need to format your content, which is…