Regex help with this

How can I parse 20212021 with regex.

Click Show Summary
value="2145392506.113.27.15124212280" onclick="choice()" /></td><td>20212021<script type="text/javascript">document.write(":"+z+v)</script></td>
BLOCK:Parse
LABEL:PARSE_INFO
  input = @data.SOURCE
  pattern = "onclick=.*\\/><\\/td><td>([^>]*)<script"
  outputFormat = "[1]"
  MODE:Regex
  => VAR @PARSEDATA
ENDBLOCK

dont work bro

You replaced data.SOURCE in his snippet with your variable name right?

1 Like