I need a regular expression to use in php that will add rel='lightbox[nason]' to the a tag where a string /gallery/dsc_ is found.
Example input string: http://myURL/gallery/dsc_8691-1-bw-3/' title='DSC_8691-1-bw'>
Example output string: http://myURL/gallery/dsc_8691-1-bw-3/' title='DSC_8691-1-bw' rel='lightbox[nason]'>