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

setWrapper

xurion edited this page Feb 24, 2013 · 1 revision

Sets the type of element that will wrap the matched text pattern.

Acronymizer.setWrapper(wrapper)

Parameters

wrapper
String. The type of element wrapper.

Example

var acron = new Acronymizer();
acron.setWrapper('a');

Clone this wiki locally