English | Japanese (日本語) | Spanish (español) | Portuguese (Português)
The job to replace 100 times is now 1 times! Replace strings with original multiple transformation rules
Create a character string conversion rule (dictionary). According to the dictionary, multiple replacements can be achieved in just one.
[ Example ] Register and replace the following dictionaries.
The first column is the conversion source character. The second column is the conversion destination character. In the case of an example, it is a dictionary that converts "Japan" to "JPN".
Japan | JPN |
United States | USA |
Australia | AUS |
Conversion example
Tokyo (Japan)
Washington DC (United States)
Canberra (Australia)
Washington DC (United States)
Canberra (Australia)
Tokyo (JPN)
Washington DC (USA)
Canberra (AUS)
Washington DC (USA)
Canberra (AUS)