You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a m3u file and I would like the extract the exact movie name or channel name
here are some examples of what I have:
tvg-name="US027:Disney-JR" => "Disney JR"
tvg-name="EN:High Flying Bird" => "High Flying Bird"
tvg-name="The Office S09 E14" => "The Office"
I know that I've to use Regex but how to proceed ?
Thanks for help
The text was updated successfully, but these errors were encountered:
Hello;
I have a m3u file and I would like the extract the exact movie name or channel name
here are some examples of what I have:
tvg-name="US027:Disney-JR" => "Disney JR"
tvg-name="EN:High Flying Bird" => "High Flying Bird"
tvg-name="The Office S09 E14" => "The Office"
I know that I've to use Regex but how to proceed ?
Thanks for help
The text was updated successfully, but these errors were encountered: