Hi everybody,
I want to use regex to isolate within a web page source code, a part as following:
<script>bigPipe.onPageletArrive ................................................ id="mall_post_390415531069212"................................................</script>
The regex in "pseudo code"=> Start with <script>, contains id="mall_post_390415531069212", ends with </script>.
Thank you for your help.
I want to use regex to isolate within a web page source code, a part as following:
<script>bigPipe.onPageletArrive ................................................ id="mall_post_390415531069212"................................................</script>
The regex in "pseudo code"=> Start with <script>, contains id="mall_post_390415531069212", ends with </script>.
Thank you for your help.