Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to extract this text from saved html, the desired text is highlighted in green
"dtsg_ag":{"token":"AQyhsl2aifqSJ4SfYewLsRQTm8vO646e0JBLQd9N3z7PhR4v:27:1657573672","valid_for":604800,"expire":1660662721}
"token":"
Right substring
","valid_for"
thankyou
I figured it out nvm. I just set this "\w{32}" as the regex but I actually clicked on the w/ button and then typed in the 32. Seems to work fine
@musterman In your screenshot, you are trying to send data not as json (although you specify the data type as json)
@huntenkill said in Parsing all lines from text file:
VAR_NPCLIST
VAR_NPCLIST is already list I guess. There is no split() function in javascript for array types. Split() works for string types.