How closely does the template need to match the original text? Perfectly, or are whitespace differences ignored?
For example, my template might look like this:
and my parsed text like this:
Would it fail to match because of the difference in whitespace?
That's what I'm currently observing.
How closely does the template need to match the original text? Perfectly, or are whitespace differences ignored?
For example, my template might look like this:
and my parsed text like this:
Would it fail to match because of the difference in whitespace?
That's what I'm currently observing.