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>
How can I parse 20212021 with regex.
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
You replaced data.SOURCE
in his snippet with your variable name right?