I want to convert
$this->cols['project_nr']['value']
into
$this->project_nr
using notepad++, using regex search and replace.
Try this ...
Find what: cols\['(.*?)'(.*\]) Replace with: $1
cols\['(.*?)'(.*\])
$1