Transforms text according to the french adapted phonex algorithm proposed by Frédéric BROUARD. This work is based on the python implementation provided by Christian Pennaforte
1 |
txt |
a character string |
char_to_remove |
characters to remove from the initial text (defaults: ' -.+*/,:;_') |
convert_to_num |
if TRUE, converts the processed text to a base22 number (as in the original algorithm). if FALSE, keeps the last output before this conversion (defaults: TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.