I have been using the free version of rereplacer for many years... first off, THANK YOU!
I'm curious with the pro version if this PHP substitution would be possible: I would like it to find "ReplaceThisText" and replace it with the result of the below PHP script:
<?php
// Get the current date and time in the desired format
$currentDateTime = date('Y-m-d-H-i-s');
// Append the email domain to the date and time
$formattedDateTime = $currentDateTime . '@orionhfhsoftware.com';