question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Alpha_Dash that only allows Alpha and Dash/Underscore, but prevents Numbers

See original GitHub issue

Proposed Solution: alpha alpha_num alpha_dash alpha_num_dash as properties as opposed to alpha-dash covering both alpha numeric and dash/underscore.

single-responsibility.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
GeorgeWLcommented, Nov 28, 2019

I really like the idea of adding a new rule for it actually.

1reaction
mikeericksoncommented, Nov 24, 2019

@GeorgeWL I am going to see about adding this as built-in for the 3.19 release

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Alpha_Dash that only allows Alpha and Dash/Underscore ...
Proposed Solution: alpha alpha_num alpha_dash alpha_num_dash as properties as opposed to alpha-dash covering both alpha numeric and ...
Read more >
Alphanumeric, dash and underscore but no spaces regular ...
The field should only allow alphanumeric characters, dashes and underscores and should NOT allow spaces. However, the code below allows spaces. What am...
Read more >
Javascript validate alphanumeric and space
But it is allowing only aplha numeric,Not white space. Alphanumeric validation means a field in the form can accept only numbers or characters ......
Read more >
Textbox allow Alphanumeric , Dash, Underscore and Space
To allow only alphanumeric, dash, underscore, or space to our Textbox using onkeypress event. Validate input fields is a common task in any ......
Read more >
Let's stop using [a-zA-Z]+ - DEV Community ‍ ‍
And it's what most validation libraries will do when you tell them a field is alpha / alphanumeric / etc. However, I have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found