/hyphenator

Inserts hyphens into a non-empty odd-length input string as follows: A hyphen is inserted on either side of the middle character. Example: "abcde" becomes "ab-c-de"

Primary LanguagePython

This repository is not active