|  | Magic File Renamer Help | 
 button to the right of the search and
		replace text boxes let you input commonly used regular expressions specifiers
		to the text box.
 button to the right of the search and
		replace text boxes let you input commonly used regular expressions specifiers
		to the text box.
		| Search Regular Expression | Replace String | Source String | Target String | 
| [0-9]+_-_ | (blank) | 14_-_Tears_For_Fears_-_Pharaohs | Tears_For Fears_-_Pharaohs | 
| \(.*\) | BOOM | ab(c)d | abBOOMd | 
| \((.*)\) | $1 | ab(c)d | abcd | 
| jpeg|jpe|JPE|JPEG|JPG | jpg | house.jpe | house.jpg | 
| ^[0-9]+ | _ | 02Track2 | _Track2 |