Click here to Skip to main content
15,790,440 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
AnswerRe: Detect only internal links containing the rel noopener Pin
Tony Hill19-May-21 9:53
mveTony Hill19-May-21 9:53 
GeneralRe: Detect only internal links containing the rel noopener Pin
Member 1519987920-May-21 6:24
Member 1519987920-May-21 6:24 
GeneralRe: Detect only internal links containing the rel noopener Pin
Tony Hill20-May-21 10:32
mveTony Hill20-May-21 10:32 
GeneralRe: Detect only internal links containing the rel noopener Pin
Member 1519987921-May-21 0:55
Member 1519987921-May-21 0:55 
GeneralRe: Detect only internal links containing the rel noopener Pin
User 1521787319-Jun-21 19:53
User 1521787319-Jun-21 19:53 
QuestionWhat Could Be RegExp For? Pin
IbnUlAdam16-May-21 23:08
IbnUlAdam16-May-21 23:08 
AnswerRe: What Could Be RegExp For? Pin
Peter_in_278016-May-21 23:57
professionalPeter_in_278016-May-21 23:57 
QuestionRegex to detect href not correctly closed Pin
Member 1519987914-May-21 9:36
Member 1519987914-May-21 9:36 
Sorry,
do you suggest me a regex to find in a page not properly closed href tags, like this?
HTML
<a href="https://www.sito.it/" target="_blank" rel="noopener"property</a>

In practice, the final ">" is missing. Can you suggest a regex that can detect this?

Thanks and good job Wink | ;)
AnswerRe: Regex to detect href not correctly closed Pin
Richard Deeming18-May-21 4:46
mveRichard Deeming18-May-21 4:46 
GeneralRe: Regex to detect href not correctly closed Pin
Member 1519987919-May-21 6:52
Member 1519987919-May-21 6:52 
Questionworkaround for negative lookbehind regular expression in Javascript Pin
Ehsan sarshar26-Apr-21 7:27
Ehsan sarshar26-Apr-21 7:27 
AnswerRe: workaround for negative lookbehind regular expression in Javascript Pin
Richard Deeming26-Apr-21 7:39
mveRichard Deeming26-Apr-21 7:39 
AnswerRe: workaround for negative lookbehind regular expression in Javascript Pin
Pete O'Hanlon26-Apr-21 22:08
subeditorPete O'Hanlon26-Apr-21 22:08 
QuestionRegex for a Customer number Pin
poornima sadasivan30-Mar-21 5:11
poornima sadasivan30-Mar-21 5:11 
AnswerRe: Regex for a Customer number Pin
SeanChupas30-Mar-21 6:27
SeanChupas30-Mar-21 6:27 
AnswerRe: Regex for a Customer number Pin
jschell9-Apr-21 16:21
jschell9-Apr-21 16:21 
QuestionIgnoring repeating values? Pin
Jason Hotchkiss 202124-Mar-21 9:17
Jason Hotchkiss 202124-Mar-21 9:17 
AnswerRe: Ignoring repeating values? Pin
w 3g24-Mar-21 11:45
w 3g24-Mar-21 11:45 
GeneralRe: Ignoring repeating values? Pin
Jason Hotchkiss 202125-Mar-21 2:06
Jason Hotchkiss 202125-Mar-21 2:06 
QuestionReplace certain characters in part of string? Pin
w 3g22-Mar-21 2:54
w 3g22-Mar-21 2:54 
AnswerRe: Replace certain characters in part of string? Pin
Richard Deeming22-Mar-21 3:08
mveRichard Deeming22-Mar-21 3:08 
GeneralRe: Replace certain characters in part of string? Pin
w 3g23-Mar-21 0:38
w 3g23-Mar-21 0:38 
GeneralRe: Replace certain characters in part of string? Pin
Richard Deeming23-Mar-21 0:49
mveRichard Deeming23-Mar-21 0:49 
GeneralRe: Replace certain characters in part of string? Pin
w 3g23-Mar-21 1:21
w 3g23-Mar-21 1:21 
QuestionRegex only want the first match Pin
Member 150872251-Mar-21 12:04
Member 150872251-Mar-21 12:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.