don't want slash in UUID
See original GitHub issueI don’t want my uuids to have /
inside.
Can the slash character in https://github.com/mcollina/hyperid/blob/master/hyperid.js#L30 be configurable? And am I ok to use any char I want?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Can GUID contain backslash (\)? - java
util.UUID supposedly implements) does not permit a backslash. Can you show us how you generated one and how you can tell it has...
Read more >Can't retrieve data when Meeting UUID contains double ...
I'm having trouble retrieving the participant info for a meeting that was created today. It happened to have a double slash (//) in...
Read more >Rowid with slash - can that be avoided
If a slash can be expected and I want to use an unique identifier for a ... I'm not answering you're question (because...
Read more >Slash Command description - UUID
but the app uuid still appears in beggining of description and params example. Do i have to setup anything else ? I really...
Read more >Friendlier UUID URLs in Ruby
This article does not assume any previous knowledge about UUIDs. ... A UUID looks like this: 4302cfd8-a080-437d-b870-28730dc67498 .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It would be a nice PR.
@behrad - check the
urlSafe
option - which causes to use dash (-
) instead of slash.