Re: GJS : How can I use Regex ( parse HTML ) ?

Tony Houghton <[email protected]>
Newsgroups gmane.linux.debian.devel.gtk-gnome,gmane.comp.gnome.javascript
Message-ID <CA+GXpVWbqf8e17+i5BhgiHF3ZVLNoZypMEcY3_JP=Nj-U2o9AQ@mail.gmail.com>
Gjs has standard javascript regexps built in, so you should be able to get
all the info you need from MDN here
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp>
 and here
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions>
.

Alternatively, nearly everything in GLIb is available to gjs, so you should
be able to use its simple XML parser
<https://developer.gnome.org/glib/stable/glib-Simple-XML-Subset-Parser.html>
.

On Sat, 22 Jun 2019 at 06:30, Τάσος Λισγάρας via javascript-list <
[email protected]> wrote:

> Hello,
>
> I download a page and I want to parse it so I can get specific data from
> it. Unfortunately, I didn't find any ready-made library ( in GJS ) for
> HTML parsing, so I turn to regular expressions.
>
> Because the documentation doesn't help me at all, can you please tell
> me, how I can use the regular expressions in GJS ?
>
> ( my code is not running because I don't use the GJS regex library
> properly )
>
> Thanks in advance for your time.
> Anastasios.
> _______________________________________________
> javascript-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/javascript-list
>


-- 
TH
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.