This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for n in {1..10}; do; say -v Ralph deeeeeeeeeeeattttth &; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* toKanaZenkaku | |
* | |
* @description 半角カナを全角カナに変換 | |
* ボ -> ボ | |
* パ -> パ に対応 | |
* | |
* @author SHIN Suzuki | |
* @version 0.0.1 |