Posts by Humberto Corrêa • 136 points
2 posts
-
1
votes1
answer55
viewsA: HTML5: Problem with operator not in the Pattern attribute of input text
Renan, I put this expression together: ^[a-z0-9][a-z0-9-]{1,61}[a-z0-9](\.[a-z]{3,}(\.[a-z]{2})?)$ I did some tests, it solves the dash problem and validates several domain names. See if it meets…
-
1
votes1
answer404
viewsA: No tests found with test Runner 'Junit 4'
See if there is at least one method annotated with @Test in your test class. Example: @Test public void testFoo() {...}…