Announcement

Collapse
No announcement yet.

Unimportant Text Ineffective

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unimportant Text Ineffective

    I created a new File Format based on the default format "INI/REG (Registry Dumps)". Then I added an Unimportant Text item in it (as the 1st screenshot shows):
    Code:
    \d+"=


    By adding this regular expression item I want to ignore the differences as in the 2nd screenshot:


    But this item won't work when the item [String=Text from " to "] exists, no matter how I adjust the order of them.

    Any help?

  • #2
    Hello,

    Our grammar list is matching on the leftmost part of the string first, even though it is lower in the priority list.

    Are your numbers changing, or are they constant? One solution could be to define a Text Replacement if the numbers are constant. This would override the grammar definitions.

    Another idea would be to delete the String grammar. This would mark the \d element as Unimportant, and Everything Else text as Important.
    Aaron P Scooter Software

    Comment

    Working...
    X