Hi there,
Is there a way to build a regular expression for pattern matching in a way that a have two tokens, and I want to name the documento after one of these two. Like I have a number that normally a get with this expression "\s+([A-Z][A-Z]\d+.[A-Z][A-Z])\s+\n", but some times because the image is not that great i want to be able to get another field "\s+(\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d)\s+\n". So is it possible to combine this two expression?, like if i do not get the first expression than it gets the other as a document name?