Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
remove special characters from title when saving file #25287
Comments
|
Checklist
Question
I have an alias, something like this:
it works well, but the title usually contains unsafe characters, spaces, non-asci, and so on.
Is there a way to define some kind substitution, such as spaces are automatically converted into underscores and special characters removed ?