e- / Hangul.js

한글 자음/모음 분리/조합 자바스크립트 라이브러리. 자바스크립트 한글 오토마타 구현체입니다.
https://e-.github.io/Hangul.js/examples/
MIT License
694 stars 96 forks source link

새 메서드들: concat, includes #25

Open atomDevelop opened 4 years ago

atomDevelop commented 4 years ago

String.prototype 메서드를 참고하여 concat과 includes를 추가했습니다.

Hangul.concat('북어', 'ㅅ국 순대', 'ㅅ국') // 북엇국 순댓국
Hangul.includes('달맞이', 'ㄹ마') // true