I have my site on series, usually all series are divided by seasons and episodes, I have the following string: The Mentalist S05E14
where **S05E14** is like **Episode 14 Season 05** I need to change the expression:
**S05E14**
for
**05x14**
Also, for any season and episode, so I would remove "S" and replace the "E" for "x"
How can I do this using regular expressions or perhaps otherwise?