| .. |
|
alphanumeric.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
alphanumeric_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
ascii.go
|
ASCII checker moved to v2 version. (#131)
|
2024-12-26 16:04:46 -08:00 |
|
ascii_test.go
|
ASCII checker moved to v2 version. (#131)
|
2024-12-26 16:04:46 -08:00 |
|
check_error.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
check_error_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
check_func.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
checker.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
checker_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
cidr.go
|
Add CIDR validation checker and tests to v2. (#132)
|
2024-12-26 16:09:58 -08:00 |
|
cidr_test.go
|
Add CIDR validation checker and tests to v2. (#132)
|
2024-12-26 16:09:58 -08:00 |
|
credit_card.go
|
Add Credit Card validation checker and tests to v2. (#141)
|
2024-12-27 06:14:17 -08:00 |
|
credit_card_test.go
|
Add Credit Card validation checker and tests to v2. (#141)
|
2024-12-27 06:14:17 -08:00 |
|
digits.go
|
Add Digits validation checker and tests to v2. (#133)
|
2024-12-26 18:36:48 -08:00 |
|
digits_test.go
|
Add Digits validation checker and tests to v2. (#133)
|
2024-12-26 18:36:48 -08:00 |
|
email.go
|
Add Email validation checker and tests to v2. (#134)
|
2024-12-26 18:42:21 -08:00 |
|
email_test.go
|
Add Email validation checker and tests to v2. (#134)
|
2024-12-26 18:42:21 -08:00 |
|
fqdn.go
|
Add FQDN validation checker and tests to v2. (#135)
|
2024-12-26 18:46:58 -08:00 |
|
fqdn_test.go
|
Add FQDN validation checker and tests to v2. (#135)
|
2024-12-26 18:46:58 -08:00 |
|
go.mod
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
helper_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
html_escape.go
|
Add HTML escape normalizer and tests to v2. (#144)
|
2024-12-27 06:49:58 -08:00 |
|
html_escape_test.go
|
Add HTML escape normalizer and tests to v2. (#144)
|
2024-12-27 06:49:58 -08:00 |
|
html_unescape.go
|
Add HTML escape normalizer and tests to v2. (#144)
|
2024-12-27 06:49:58 -08:00 |
|
html_unescape_test.go
|
Add HTML escape normalizer and tests to v2. (#144)
|
2024-12-27 06:49:58 -08:00 |
|
ip.go
|
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
|
2024-12-26 18:56:06 -08:00 |
|
ip_test.go
|
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
|
2024-12-26 18:56:06 -08:00 |
|
ipv4.go
|
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
|
2024-12-26 18:56:06 -08:00 |
|
ipv4_test.go
|
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
|
2024-12-26 18:56:06 -08:00 |
|
ipv6.go
|
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
|
2024-12-26 18:56:06 -08:00 |
|
ipv6_test.go
|
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
|
2024-12-26 18:56:06 -08:00 |
|
isbn.go
|
Add ISBN validation checker and tests to v2. (#137)
|
2024-12-26 19:03:30 -08:00 |
|
isbn_test.go
|
Add Credit Card validation checker and tests to v2. (#141)
|
2024-12-27 06:14:17 -08:00 |
|
lower.go
|
Add upper and lower normalizers and tests to v2. (#146)
|
2024-12-27 07:00:53 -08:00 |
|
lower_test.go
|
Add upper and lower normalizers and tests to v2. (#146)
|
2024-12-27 07:00:53 -08:00 |
|
luhn.go
|
Add LUHN validation checker and tests to v2. (#138)
|
2024-12-26 19:06:56 -08:00 |
|
luhn_test.go
|
Add Credit Card validation checker and tests to v2. (#141)
|
2024-12-27 06:14:17 -08:00 |
|
mac.go
|
Add MAC validation checker and tests to v2. (#139)
|
2024-12-26 19:10:33 -08:00 |
|
mac_test.go
|
Add MAC validation checker and tests to v2. (#139)
|
2024-12-26 19:10:33 -08:00 |
|
maker.go
|
Register maker is added. (#149)
|
2024-12-27 07:44:26 -08:00 |
|
maker_test.go
|
Register maker is added. (#149)
|
2024-12-27 07:44:26 -08:00 |
|
max_len.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
max_len_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
min_len.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
min_len_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
regexp.go
|
Add Regexp checker and tests to v2. (#148)
|
2024-12-27 07:17:09 -08:00 |
|
regexp_test.go
|
Add Regexp checker and tests to v2. (#148)
|
2024-12-27 07:17:09 -08:00 |
|
required.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
required_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
title.go
|
Add title normalizer and tests to v2. (#147)
|
2024-12-27 07:06:05 -08:00 |
|
title_test.go
|
Add title normalizer and tests to v2. (#147)
|
2024-12-27 07:06:05 -08:00 |
|
trim_left.go
|
Add trim left and right normalizers and tests to v2. (#145)
|
2024-12-27 06:55:23 -08:00 |
|
trim_left_test.go
|
Add trim left and right normalizers and tests to v2. (#145)
|
2024-12-27 06:55:23 -08:00 |
|
trim_right.go
|
Add trim left and right normalizers and tests to v2. (#145)
|
2024-12-27 06:55:23 -08:00 |
|
trim_right_test.go
|
Add trim left and right normalizers and tests to v2. (#145)
|
2024-12-27 06:55:23 -08:00 |
|
trim_space.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
trim_space_test.go
|
V2 (#129)
|
2024-12-02 18:53:28 -08:00 |
|
upper.go
|
Add upper and lower normalizers and tests to v2. (#146)
|
2024-12-27 07:00:53 -08:00 |
|
upper_test.go
|
Add upper and lower normalizers and tests to v2. (#146)
|
2024-12-27 07:00:53 -08:00 |
|
url.go
|
Add URL validation checker and tests to v2. (#140)
|
2024-12-26 19:12:46 -08:00 |
|
url_escape.go
|
Add URL escape and unespace normalizers and tests to v2. (#143)
|
2024-12-27 06:39:57 -08:00 |
|
url_escape_test.go
|
Add URL escape and unespace normalizers and tests to v2. (#143)
|
2024-12-27 06:39:57 -08:00 |
|
url_test.go
|
Add URL validation checker and tests to v2. (#140)
|
2024-12-26 19:12:46 -08:00 |
|
url_unescape.go
|
Add URL escape and unespace normalizers and tests to v2. (#143)
|
2024-12-27 06:39:57 -08:00 |
|
url_unescape_test.go
|
Add URL escape and unespace normalizers and tests to v2. (#143)
|
2024-12-27 06:39:57 -08:00 |