[Free] Regex Extension to work with regex

Short description

Extension to work with Regex

Picture of all the blocks

Download link

com.AK_Tech.Regex.aix (8.2 KB)

Demo Blocks For Getting Yuotube video id from different type of youtube video urls

current dont use these blocks the extension works but problem with the code i gave

12 Likes

great extension … but if I’m not mistaken I’ve come across a similar regex extension before

1 Like

oh well i just found them well leave that and see the new blocks -

what is the uses of this extension please add screenshot and aia

2 Likes

pls wait i will add one

1 Like

Nice work but already available

Regular Expression Extension by @Kevinkun

and also can be found in Taifun Tools: App Inventor Extensions: Tools | Pura Vida Apps

3 Likes

i know that but this extension has a little more blocks and more are on the way

2 Likes

Update added Find block and now every blocks are now also with flags option

1 Like

photo in first post, the resolution is too low, can not see clear

sorry about that it is because it has a lot of blocks so image got bigger

just added demo blocks and aia @mohit456 see now

How to Work This Extension Any idea

pls check demo blocks and aia

everyone i am removing demo blocks and aia for now because somewhy regex is not correct

1 Like

is it possible to parse m3u with the extension

i am sorry idk what is m3u so i am not sure?

it is a playlist file containing different channels live url and its details

Exampe

#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml"
#EXTINF:-1 tvg-id="AmritaTV.in" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/xxWaGyn.jpg" group-title="Entertainment",Amrita TV (576p)
http://103.199.161.254/Content/amrita/Live/Channel(Amrita)/index.m3u8
#EXTINF:-1 tvg-id="AsianetNews.in" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/89LBgkl.png" group-title="News",Asianet News (720p) [Not 24/7]
https://vidcdn.vidgyor.com/asianet-origin/liveabr/playlist.m3u8

My English is not very good and the number of blocks is very large so I would like some explanations from you.

Can I make a private call? So, do you have a blog to implement the “Like” command?

Below is an example list.

  • Find those with the number ‘16’ in them
  • Show only 6 digit numbers.

Is it possible to give commands like?

Özet
[
  342119,
  16197,
  0,
  2278,
  177466,
  218573,
  11919,
  80096,
  3283,
  190937,
  35487,
  103940,
  3957,
  4027,
  81439,
  154666,
  125878,
  117910,
]

You can try like this without the extension. For complex purpose you could try this…

Here it gives no result as there is no data matching with your requirements.

Length 6 and it contains the text 16
@TheSky

1 Like

I didn’t know that the “add items to list” and “AND” blocks were used this way. Thank you so much. You gave me a different perspective.