java regular expression

Hello all,

I need to match the red expression in the following lines :
MACRO_P+P-_scrambledServices_REM_PRC30.xml
MACRO_P+P-_scrambledServices_REM_RS636.xml
MACRO_P+P-_scrambledServices_REM_RS535.xml
and so on...
Can anyone give me a regular expression to match those characters ?
I am developping in java but I think the regular expression will be the same as in perl for example, isn't it ?

Cheers,
Ludo