Posts by gustavo alburquerque • 11 points
2 posts
-
0
votes2
answers69
viewsQ: String containing only numbers
I need a regular expression for a string to receive only numbers, for example: "12454853", "12", "9012" These are valid, but I need when a string like: "123g123", "123er*" He calls it invalid.…
-
0
votes0
answers58
viewsQ: Validate JSON schema array - using JS
Guys, I’m trying to perform unit tests with this JSON schema: "Transactions":{ "$id": "http://example.com/example.json/items", "type": "object", "additionalProperties": false, "properties": { "UUU"…