[QUOTE=theducks;1948351]
Code:
<img src="\.\./\[I\]Bilder\[/I\]/img\d+.jpg" />
That exactly hit's it.
Using wildcards to search for some pictures, which only differ in the filename will be possible with a simple String and a *
Using regex will lead to a most complex expression...
The new searchengine can "use" wildcards, if there is some internal translation of the userentry (serchstring).
And a tooltip for regex, which lists all regex special characters would be nice to have, since i don't use it often.