mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-05 23:23:10 +00:00
add numbers as allowed chars
This commit is contained in:
parent
17c4ff92a4
commit
5f6acbd88d
@ -32,6 +32,7 @@ const
|
|||||||
Allowed* = {
|
Allowed* = {
|
||||||
'a'..'z',
|
'a'..'z',
|
||||||
'A'..'Z',
|
'A'..'Z',
|
||||||
|
'0'..'9',
|
||||||
DirSep, AltSep,
|
DirSep, AltSep,
|
||||||
'_', '-'}
|
'_', '-'}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user