Imagining that I have the following array:
$o_meu_array = array("123_rui", "125_joao", "287_manuel");
Now I want to find inside my array "123". When I find 123, I want to replace 123 with another value given by the user. For example, if the user enters "10", it will be "10_rui". Is it possible to do this?