Allowed underscore in argument name
This commit is contained in:
parent
bffa700f7e
commit
d53f359bca
@ -16,6 +16,6 @@
|
||||
|
||||
export const oneSpaceInsideRegex = /^\s*\S+(?:\s\S+)*\s*$/;
|
||||
|
||||
export const charsWithNumRegex = /^[a-zA-Z]+[a-zA-Z0-9]*$/;
|
||||
export const charsWithNumRegex = /^[a-zA-Z_]+[a-zA-Z0-9_]*$/;
|
||||
|
||||
export const digitsRegex = /^\d*$/;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user