vendredi 31 juillet 2015

How to match everything after a word with javascript regex?

How can i match everything after a word(but not the word)?

Example:

enum Test
{
    // stuff
}

I want only Test to be found.

Thanks.

Aucun commentaire:

Enregistrer un commentaire