Open juliancoleman opened 5 years ago
Currently something cool 123 gets transformed to something_cool_1_2_3. I can use a negative lookahead here to determine that a number isn't next in the sequence to have a bit smarter placement of underscores and dashes
something cool 123
something_cool_1_2_3
Currently
something cool 123
gets transformed tosomething_cool_1_2_3
. I can use a negative lookahead here to determine that a number isn't next in the sequence to have a bit smarter placement of underscores and dashes