Click here to Skip to main content
15,905,028 members

Comments by Member 11736781 (Top 3 by date)

Member 11736781 12-Jan-17 3:43am View    
Now I see that with english characters the code works well, but not with hebrews characters.
Member 11736781 12-Jan-17 3:12am View    
Thank you very much for your repley!
When I use:
var regex = new RegExp('(' + words.join('|') + ')', 'g');
The regex find also partial words,
but when I use:
var regex = new RegExp('\\b(' + words.join('|') + ')\\b', 'g');
The regex doesn't find any word :-(
Member 11736781 26-Dec-16 13:25pm View    
I found a lot of ways to set the browsers home page manually, or to set the current working browser.
But I didn't find a way to change the home page of all the browsers in one click.