Rigel Kentaurus
Well-known member
This should be a very basic question, I am trying to add content at the end of the template
I figured I could that with Regex, however, when I set it up as ..
Regular Expression:
Substitution:
That does not work. It tells me the Regex is not valid. What is the correct way of doing this?
I figured I could that with Regex, however, when I set it up as ..
Regular Expression:
Code:
^(.*)$
Substitution:
Code:
$0 MY_CONTENT
That does not work. It tells me the Regex is not valid. What is the correct way of doing this?