Greetings, I got a problem on drupal cms and . I need to match the text in bold using preg_replace function. See the example below /taxonomy/term/26/0/003/barbie-games.html /taxonomy/term/276/0/0083/heroes-cancelled-by-nbc.html I need to come up with this url http://www.domain.com/barbie-games.html , http://www.domain.com/heroes-cancelled-by-nbc.html If anyone know the exact regular expression, please help. Thanks, Eli