View Single Post
Old 06-12-2016, 04:52 AM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,736
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
For Arabic numerals try:

Code:
<div class=".*?">\s*\d+\.*\s*</div>
For Roman numerals try:

Code:
<div class=".*?">\s*[MDCLXVI]+\.*\s*</div>
Both are quick & dirty expressions that shouldn't be used with Replace All, because they might produce unwanted matches.
Doitsu is offline   Reply With Quote