The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20130923

regex regexp for finding richfaces rich:modalPanel tags without an id attribute

<rich:modalPanel\b(?:\s+(?!id="\w+")[^\s>]+)*\s*>

thanks to this post in Regular Expression to extract a HTML-Tag without certain parameter (to fix a WordPress-Plugin).

No comments:

Post a Comment