Skip to main content

All Questions

0 votes
1 answer
183 views

Removing Hyper link from an email text using google apps script

I have parsed an email that contains the address, but this address is hyperlinked to google maps. That's why I am not getting the required results. Here is an example image: Can we remove the link ...
user avatar
1 vote
1 answer
66 views

Regex Find Raw E-mail Addresses that Hasn't Been Linked in HTML

I'm trying to create a regex that finds raw e-mail addresses from a long body text that hasn't been linked yet in HTML. For instance, <a href="mailto:[email protected]">name@example....
readyplayer77's user avatar
0 votes
0 answers
41 views

Need a regex pattern to resolve the email validation of Inputs in JavaScript for Angular [duplicate]

Need to solve the email validation by using a Regex pattern, The Regex pattern should solve all the possibilities that are mentioned in the below link. http://onlinetraining.etestinghub.com/email-...
Vignesh Mohanraj's user avatar
0 votes
2 answers
668 views

javascript to wrap specific text using regex capture but exclude html tag attributes

I've got Regex targeting alpha-numeric strings that are product numbers (all will be CAP/number combinations of various lengths) wrapping these product numbers in bold tags for hundreds of generated ...
Regina S's user avatar