We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a very nice little helper you created there! Good job!
I was just wondering, if the "blank" inside the regex is correct? /[^\.A-Za-z0-9 _-]/
/[^\.A-Za-z0-9 _-]/
The script still works fine because all blanks are getting removed/replaced. Still kinda strange, but hey. It work's!
The text was updated successfully, but these errors were encountered:
I'd really like the option to retain spaces rather than convert them to dashes or underlines.
Sorry, something went wrong.
No branches or pull requests
It's a very nice little helper you created there! Good job!
I was just wondering, if the "blank" inside the regex is correct?
/[^\.A-Za-z0-9 _-]/
The script still works fine because all blanks are getting removed/replaced. Still kinda strange, but hey. It work's!
The text was updated successfully, but these errors were encountered: