These are the possible characters you can use in a pattern. Every character you use represents one character of the specific group of characters, so if you use a V for example it can represent an A, E, I, O or U.
- C = Consonant (BCDFGHJKLMNPQRSTVWXYZ)
- V = Vowel (AEIOU)
- L = Letter (Any Letter)
- N = Number (0123456789)
- P = ChiP - Chinese Premium (All Letters except V and Vowels A, E, I, O, U)
- W = Western Premium (All Letters except J, K, Q, U, V, W, X, Y and Z)
- - = Hyphen
- * = Anything (Letter or Number or Hyphen)
- A, B, H, K = Letter Repetition
- D, E, F, G = Number Repetition
Examples
- CVCV -> Rare.com.au, Dude.com.au, More.com.au
- CVCVC -> Carol.com.au, Wonos.com.au, Japan.com.au
- CVVCCV -> Google.com.au, Course.com.au, Lounge.com.au
- CVCVNN -> Name24.com.au, Live12.com.au, Zero11.com.au
- NNN -> 123.com.au, 888.com.au, 178.com.au
- L*-N* -> Fr-44.com.au, G1-2a.com.au, Aa-88.com.au


