last directory pattern
i want all directoris of this format :
.* then followed by "plugin" then .* (this .* doesnot contain any slash)
for ex, this shd match /home/plugin_5.6
but this shd not match /homt/plugin/package
can some body give me regular expression for this ? thnx in advance
|