I need a regex for c# and js which would allow only these characters within a string, other than those characters should be ignored.
Capital alphabets
Small alphabets
Numbers
Dot
Dash
Ampersand
Forward slash
Your regex should not allow to input the disallowed characters. Yet It is validating on enter press.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.