generation/
folder to create the necessary data.
locale
using the OWLA data
and accent
data and validated against the checksum
.
Parameter | Type |
---|---|
locale | string |
data | string |
accent | string |
checksum | string |
WordlistOwlA
WordlistOwl
.constructor
words
into a phrase.
By default, words
are joined by a single space.
Parameter | Type | Description |
---|---|---|
words | string [] | The words to join. |
string
The joined phrase.
WordlistOwl
.join
phrase
into individual words.
By default, phrase
is split using any sequences of white-space as defined by regular expressions (i.e.
/\s+/
).
Parameter | Type | Description |
---|---|---|
phrase | string | The phrase to split. |
string
[]
The split words in the phrase.
WordlistOwl
.split