1 Repo
Validates that a string is a properly formatted monetary amount, optionally including negative signs and thousands separators.
Distinct from Alphanumeric String Validators: Distinct from Alphanumeric String Validators: focuses on monetary amount format with optional sign and separators, not general alphanumeric validation.
Explore 1 awesome GitHub repository matching web development · Currency Amount Validators. Refine with filters or upvote what's useful.
Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U
Checks whether a string is a valid monetary amount that may include a negative sign and thousands separators.