generation/ folder to create the necessary data.
Extends
Extended by
Constructors
new WordlistOwlA()
locale using the OWLA data and accent data and validated against the checksum.
Parameters
Returns
WordlistOwlA
Overrides
WordlistOwl.constructor
Source
wordlists/wordlist-owla.ts:21Methods
join()
words into a phrase.
By default, words are joined by a single space.
Parameters
Returns
string
The joined phrase.
Inherited from
WordlistOwl.join
Source
wordlists/wordlist.ts:45split()
phrase into individual words.
By default, phrase is split using any sequences of white-space as defined by regular expressions (i.e.
/\s+/).
Parameters
Returns
string[]
The split words in the phrase.
Inherited from
WordlistOwl.split
