Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regex #92

Open
bbcluny opened this issue Oct 22, 2019 · 0 comments
Open

regex #92

bbcluny opened this issue Oct 22, 2019 · 0 comments

Comments

@bbcluny
Copy link

bbcluny commented Oct 22, 2019

Bonjour,

Avec la version 2.0, le code suivant surligne toutes les occurrences de la balise

$("#textarea").highlightTextarea({
        words: ['<em[^>]*>'],
        caseSensitive: false
    });

Depuis la mise à jour en 3.1.3 cela ne fonctionne plus. Mon code est le suivant:

$("#textarea").highlightTextarea({
        words:{
                words: ['<em[^>]*>'],
                color:'#ADF0FF'
               },
       caseSensitive: false,
    });

Pouvez-vous m'aider ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant