Is it normal for the "(?<=jobskills)(.*?)(?=},"kinks)" regex to return 0 results?
(Also, thank you so much for this!)
EDIT: Oh, it was 0 because NP++ says that's an invalid expression
EDIT 2: Ohh, it's the curly brace's fault. Need to make it a literal with \ - so "(?<=jobskills)(.*?)(?=\},"kinks)". Also, add a ": to the beginning of the replacement text for this one, otherwise you wind up with ""jobskills{"bottler":0," and that's a bit of an issue :P