in reply to Re^2: Regex to match non image urls
in thread Regex to match non image urls
$text =~ s~(\[img\]\s*.*?\.(?:jpe?g|png|svg|gif|bmp)\s*\[/img\])~Inval +id~isg;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Regex to match non image urls (Parse::BBCode)
by Anonymous Monk on Jan 18, 2013 at 10:01 UTC | |
by userdefinable (Initiate) on Jan 18, 2013 at 10:11 UTC | |
by userdefinable (Initiate) on Jan 18, 2013 at 10:16 UTC | |
|
Re^4: Regex to match non image urls
by muba (Priest) on Jan 18, 2013 at 11:19 UTC | |
|
Re^4: Regex to match non image urls
by userdefinable (Initiate) on Jan 18, 2013 at 10:06 UTC | |
by Anonymous Monk on Jan 18, 2013 at 10:14 UTC |