Posted comments (6)

Posted by Ryan at October 20, 2009 19:29:11 CEST
How could you build upon this line:

<table([ ]+[a-z]+[ ]*=[ ]*["a-zA-Z0-9:_\\/\.]+)+[ ]*>

to find a specific attribute and value, for example height. I've been racking my brain for ages now
Posted by Berlin at January 25, 2010 01:45:00 CET
Thanks for bringing some light in these dark and diffuse regexp!!
Posted by James at July 16, 2014 20:59:59 CEST
Hello - I'm trying to wrap my brain around this subject, but still have questions.

Q. regarding 'spaces' - so if I want to search for an unknown title in an anchor tag with unknown spaces, or maybe none. I would use ([.a-zA-Z0-9- ]+)[]([.a-zA-Z0-9- ]+)

I want to find and remove an unique anchor tag but leave the linked title behind. I wish * was good enough :-)

Thank you for the great article.
Posted by Walter Ludwig at August 15, 2019 12:02:07 CEST
Hello - I'm trying to wrap my brain around this subject, but still have questions.

Q. regarding 'spaces' - so if I want to search for an unknown title in an anchor tag with unknown spaces, or maybe none. I would use ([.a-zA-Z0-9- ]+)[]([.a-zA-Z0-9- ]+)

I want to find and remove an unique anchor tag but leave the linked title behind. I wish * was good enough :-)

Thank you for the great article.
Posted by Nard Gorel at September 9, 2019 11:31:52 CEST
I would like to thanks to you for bringing some light in this dark and diffuse regex. it was really helpful article. The end I was solved my problem after your help.
Posted by Anik Singh at September 12, 2019 12:10:38 CEST
thanks for you explain this all regular expressions. It would be long time I need some points the end I find this expressions here.