Skip to content

Using AddBlockExpression for table rows #40

@Emins

Description

@Emins

Hello dear Rohland, Thank you for this project.

I understand, that this project is not ideal for difficult html, but I`m trying to improve it... :)

So, I found the way to add Block Expressions to find differences in the table rows by:
AddBlockExpression(new Regex(@"<tr(.|\n)*?>(.|\n)*?<\/tr>", RegexOptions.IgnoreCase | RegexOptions.Multiline));

But this code may to select several tr rows for diff.

Any decision to make it for each tr row separately?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions