Posts by Kayo Rayner • 43 points
2 posts
-
2
votes1
answer693
viewsQ: How to read a JSON from a second link of an API?
Speak guys, trying to get JSON, a second link that is provided by the API. But it gives error. Follows the code: private static String URL =…
-
2
votes1
answer931
viewsQ: How to do regular expression to accept words and then 2 numbers with jQuery, no special characters?
Hello, everyone. Next, I am making a regular expression to accept the following: 02 word. Word and numbers, not just numbers. I’m using this code: $(".inputNomeTurma").keyup(function() { var valor =…