Replies: 1 comment 5 replies
|
This can easily be implemented using the pattern language. You can find its documentation on https://docs.werwolv.net |
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,0cetc that repeats every 72 bytes i need to highlight it.If i simply highlight all entries that match
0athis will confuse me as it will highlights0athat is also part of other not serialized entries (red box on screenshot).How can i do it?
All reactions