Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add hex color validation utility function #92

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

mdsanima
Copy link
Contributor

@mdsanima mdsanima commented Mar 1, 2024

Introduced a new utility function to check for valid hex color strings. It verifies that the string starts with a '#' followed by exactly 6 hexadecimal digits.

This ensures that inputs conform to expected color code formats before processing or usage in the application.

Introduced a new utility function to check for valid hex color
strings. It verifies that the string starts with a '#' followed by
exactly 6 hexadecimal digits.

This ensures that inputs conform to expected color code formats
before processing or usage in the application.
@mdsanima mdsanima merged commit b2b0785 into main Mar 1, 2024
1 check passed
@mdsanima mdsanima deleted the feat/util-is-valid-hex branch March 1, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant