Hi To all
This question is with regard to Regular Expressions. I want to meet two objectives.
1. In Html pages, I want two remove starting numbers from title tag.
For example
From
<title> 2.3.4_File Is Good </title>
Replaced By
<title> File Is Good </title>
2. Also I want to remove trailing spaces from DOC.
From
2.3.4 Kunal Deo
To
Kunal Deo
Thank you very much any help will be highly appreciated.
This question is with regard to Regular Expressions. I want to meet two objectives.
1. In Html pages, I want two remove starting numbers from title tag.
For example
From
<title> 2.3.4_File Is Good </title>
Replaced By
<title> File Is Good </title>
2. Also I want to remove trailing spaces from DOC.
From
2.3.4 Kunal Deo
To
Kunal Deo
Thank you very much any help will be highly appreciated.
Comment