^(\s+)"(.+?)" : ([0-9])(,?)
Replace:
_1 + "\"" + _2 + "\":" + (Integer.parseInt(_3) + 1) + _4
Development notes about Grendel, a Pathfinder character manager for iPhone, Android, and other 320x devices. Based on 3.5e rules.
^(\s+)"(.+?)" : ([0-9])(,?)
_1 + "\"" + _2 + "\":" + (Integer.parseInt(_3) + 1) + _4
No comments:
Post a Comment