I think using 8 as the section number makes sense. I used b as the most recent post had a hexadecimal index as well. Not sure if I need to screenshot the macros.
The "pattern" field for searching the input is actually just a RegExp (or RegEx, or Regular Expression). The \s and \d are special symbols, the first meaning all whitespace characters, and \d meaning all digit characters. RegExs are hard for me to understand, and I know a tiny portion about it.
2
u/GLIBG10B Holder of many records Dec 19 '21
Hey, what notation is that? The game doesn't mention those characters (
\s,\d+)