Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Adding underscore to the "exotic characters in the structure/template names" ;) #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josejuanmontiel
Copy link

You said in documentation:

There may be no exotic characters in the structure/template names (nothing which is not valid filename on an old Windows machine, so no slash, no comma, etc).

You make a replace of exotic characters using this regex (/[^a-zA-Z0-9 .-]/g, "") to nothing... but underscore character should be consider a valid "old windows" name... this cause we can update template (only download) because it replace RS_XXX_TEMPLATE to RSXXXTEMPLATE.

Thanks for this great tool.

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

Successfully merging this pull request may close these issues.

1 participant