Checks if a string contains only numeric characters.

  • Parameters

    • value: string

      The string to validate.

    • options: IsNumericOptions = {}

      Options for numeric validation.

    Returns boolean

    true if the string contains only numeric characters, false otherwise.