Replies: 1 comment 5 replies
-
This can easily be implemented using the pattern language. You can find its documentation on https://docs.werwolv.net |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Look this screenshot i have serialized data
0a
,0b
,0c
etc that repeats every 72 bytes i need to highlight it.If i simply highlight all entries that match
0a
this will confuse me as it will highlights0a
that is also part of other not serialized entries (red box on screenshot).How can i do it?
Beta Was this translation helpful? Give feedback.
All reactions