Quote:
Originally Posted by odamizu
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:
without checking the DotAll option.