<?php function morsedecode($code){ $search = array('.-', '-...'); $replace = array('a', 'b'); return strtr($code, array_combine($search, $replace)); } echo morsedecode(".- -...");
You have javascript disabled. You will not be able to edit any code.
There are `>1` results