dart-league / validators

:turtle: String validation and sanitization for Dart.
https://pub.dartlang.org/packages/validators
MIT License
82 stars 27 forks source link

isURL ignores allowUnderscore parameter #30

Open RobinJespersen opened 2 years ago

RobinJespersen commented 2 years ago

isURL('https://test_url.com/', allowUnderscore: true) this returns false