Add support for using bad characters as separators#6
Conversation
|
@milamer Checking in to see your thoughts on this 😄 |
|
Hey @hritikaggarwal2 Thanks for the PR! To avoid unintended issues, we’d need thorough testing before considering this change. |
|
Hey @milamer, That's a great point! I have been testing this solution with But I understand that there might not be an easy fix for Tailwind special characters like Also, as I am thinking about this, introducing another function such that the continuous separator characters can be condensed down together (ex. Appreciate your response and looking forward to your thoughts on this :) |
What:
Added the ability to use bad characters as separators (like
space).Also added some logic to allow condensing whitespaces. This is useful for especially when a whitespace is set as a separator character
Why:
Currently, we cannot add bad characters as separators. Due to this, we cannot use common separators like
(space)How:
Added logic to check for separator and removed it from the badChars. Also added logic to allow user to condense whitespaces while testing the changes
Checklist:
Closes #4 and #5