in reply to regex to remove a word from string

Got the regex.
$str =~ s/EXT::USCC::USCCAuth,?|,?EXT::USCC::USCCAuth//;
Thanks all.