Skip to content
On this page

API Reference

Welcome to the API Reference for XValid. This page provides detailed information about each Validator class in the XValid library. Each Validator class is responsible for validating a specific data type or pattern.

Validator Classes

  • EmailValidator: Validate email addresses for correctness and syntactical accuracy.
  • ISBNValidator: Verify International Standard Book Numbers (ISBNs) for books.
  • IBANValidator: Validate International Bank Account Numbers (IBANs) for bank accounts.
  • CreditCardValidator: Check the validity of credit card numbers for major credit card brands.
  • IPAddressValidator: Validate IPv4 and IPv6 addresses for accurate network data handling.
  • CoordinateValidator: Verify geographic coordinates for latitude and longitude ranges.

Each Validator class has its own dedicated page with detailed information on how to use it, its methods, and examples.

Additional Resources

If you need more specific information about a particular Validator class or have any questions, feel free to explore the individual pages or refer to the provided examples. Happy validating!

Released under the MIT License.