Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

setPattern

xurion edited this page Feb 24, 2013 · 1 revision

Sets the pattern of text which to wrap.

Acronymizer.setPattern(pattern)

Parameters

pattern
String. The pattern of text that will be wrapped.

Example

var acron = new Acronymizer();
acron.setPattern('CSS');

Clone this wiki locally