Re: [users@httpd] Mod_Substitute - Match the last occurrence of a string in the response

2016-11-22 Thread bob gailer
On 11/22/2016 11:50 AM, Mayuresh wrote: Hi, How can I check for the last occurrence of a string in the response html and only replace the last occurrence of it? I want to search for the last "meta" tag in the response and replace it with something. Sorry - I just noticed Mod_Substitute in y

Re: [users@httpd] Mod_Substitute - Match the last occurrence of a string in the response

2016-11-22 Thread bob gailer
On 11/22/2016 11:50 AM, Mayuresh wrote: Hi, How can I check for the last occurrence of a string in the response html and only replace the last occurrence of it? I want to search for the last "meta" tag in the response and replace it with something. Hi. I am new to Apache, so my questions an