Test 55

Extending String by String.prototype.hyphenate

<- Prev | Next ->

String.prototype.hyphenate = function(s) {
	return Hyphenator.hyphenate(s, 'en');
}

alerts: Hy|phen|ation