View Single Post
Old 08-03-2019, 07:18 AM   #25
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,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by odamizu View Post
As I said, the DocXImport solved my problem by blasting away all the crazy styling, but I would really like to learn why my regex failed and what would work instead.

Help, please, thank you!
If you check the DotAll option, the regex should work.

Alternatively, you should be able to use:

Code:
<p[^>]+>
without checking the DotAll option.
Doitsu is offline   Reply With Quote