Hi guys,
I'm looking for a way to repeat part of a string X times. I will have markers to say which part of the string to repeat e.g. $str = "this is a string and I want to repeat repeat((this part)) and repeat((this part)) X number of times"; How could I do this?
TIA