Skip to content

Commit

Permalink
added more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Sep 12, 2024
1 parent c8e73c9 commit 6c05e57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ valid?.url "https://arturo-lang.io"
valid?.email "loremIpsum@"
; => false
valid?.iban "GB82 WEST 1234 5698 7654 32"
; => true
valid?.ip "127.0.0.1"
; => true
valid?.ip.v6 "127.0.0.1"
; => false
```

And we may also check more than one strings:
Expand Down

0 comments on commit 6c05e57

Please sign in to comment.