Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate random strings and numbers #563

Closed
steffenkoenig opened this issue Aug 24, 2017 · 1 comment
Closed

Generate random strings and numbers #563

steffenkoenig opened this issue Aug 24, 2017 · 1 comment

Comments

@steffenkoenig
Copy link

Currently I use apoc.create.uuid() for creating a random string.
But it would be really helpful to be able to create random strings and numbers with a user defined length.

@jexp
Copy link
Member

jexp commented Aug 24, 2017

function apoc.text.random(length,[string to choose from]="A-Za-z0-9")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants