Input | Returns | Condition | Example |
---|
B | | | - - METAPHONE (‘Lamb’) returns LM.
|
B | | | - - METAPHONE (‘Box’) returns BKS.
|
C | | - - when followed by IA or H
| - - METAPHONE (‘Facial’) returns FXL.
|
C | | - - when followed by I, E, or Y
| - - METAPHONE (‘Fence’) returns FNS.
|
C | | - - when it follows S, and is followed by I, E, or Y
| - - METAPHONE (‘Scene’) returns SN.
|
C | | | - - METAPHONE (‘Cool’) returns KL.
|
D | | - - when followed by GE, GY, or GI
| - - METAPHONE (‘Dodge’) returns TJ.
|
D | | | - - METAPHONE (‘David’) returns TFT.
|
F | | | - - METAPHONE (‘FOX’) returns FKS.
|
G | | - - when followed by H and the first character in the input string is not B, D, or H
| - - METAPHONE (‘Tough’) returns TF.
|
G | | - - when followed by H and the first character in the input string is B, D, or H
| - - METAPHONE (‘Hugh’) returns HF.
|
G | | - - when followed by I, E or Y and does not repeat
| - - METAPHONE (‘Magic’) returns MJK.
|
G | | | - - METAPHONE(‘GUN’) returns KN.
|
H | | - - when it does not follow C, G, P, S, or T and is followed by A, E, I, or U
| - - METAPHONE (‘DHAT’) returns THT.
|
H | | | - - METAPHONE (‘Chain’) returns XN.
|
J | | | - - METAPHONE (‘Jen’) returns JN.
|
K | | - - when it follows C
- - in all other cases
| - - METAPHONE (‘Ckim’) returns KM.
- - METAPHONE (’Kim’) returns KM.
|
L | | | - - METAPHONE (‘Laura’) returns LR.
|
M | | | - - METAPHONE (‘Maggi’) returns MK.
|
N | | | - - METAPHONE (‘Nancy’) returns NNS.
|
P | | | - - METAPHONE (‘Phone’) returns FN.
|
P | | | - - METAPHONE (‘Pip’) returns PP.
|
Q | | | - - METAPHONE (‘Queen’) returns KN.
|
R | | | - - METAPHONE (‘Ray’) returns R.
|
S | | - - when followed by H, IO, IA, or CHW
| - - METAPHONE (‘Cash’) returns KX.
|
S | | | - - METAPHONE (‘Sing’) returns SNK.
|
T | | - - when followed by IA or IO
| - - METAPHONE (‘Patio’) returns PX.
|
T | | | - - METAPHONE (‘Thor’) returns 0R.
|
T | | | - - METAPHONE (‘Glitch’) returns KLTX.
|
T | | | - - METAPHINE (‘Tim’) returns TM.
|
V | | | - - METAPHONE (‘Vin’) returns FN.
|
W | | - - when followed by A, E, I, O, or U
| - - METAPHONE (‘Wang’) returns WNK.
|
W | | | - - METAPHONE (‘When’) returns HN.
|
X | | | - - METAPHONE (‘Six’) returns SKS.
|
Y | | - - when followed by A, E, I, O, or U
| - - METAPHONE (‘Yang’) returns YNK.
|
Y | | | - - METAPHONE (‘Bobby’) returns BB.
|
Z | | | - - METAPHONE (‘Zack’) returns SK.
|