How do I remove , tag from <title></title>??

A place to try and solve your RegEx problems.
Post Reply
detreaba112
Posts: 1
Joined: Tue Jun 18, 2013 6:55 pm

How do I remove , tag from <title></title>??

Post by detreaba112 »

For example I wish to remove automatically, from title tag and description.

For example: <title>Suzuki, SX 4, 1.6 VVT 4x4 Comfort, Autogas</title>

If I do this with replace only will replace all , from the page. I have multiple files with the same structure and is not good for SEO.

Also in description is the same: <meta name="description" content="Suzuki, SX 4, 1.6 VVT 4x4 Comfort, Baujahr: 07/2007, Leistung in kW: 79, Laufleistung: 70.560 km, Getriebe: Schaltgetriebe" />

In this file I wish to remove only , tags from Suzuki, SX 4, 1.6 VVT 4x4 Comfort. The rest can be as is.

I tried certain commands, nothing work. Please help!
Post Reply