Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 10905

How to extract a part of a line that is between two specific strings using a batch script [closed]

$
0
0

I am trying to extract strings which are between <meta property="al:ios:url" content="snssdk1180://live?room_id= and " data-rh="true">.

Example Input:

<meta property="al:ios:url" content="snssdk1180://live?room_id=7362593220718381829" data-rh="true">

Expected Output:

7362593220718381829

Viewing all articles
Browse latest Browse all 10905

Trending Articles