Is it possible to detect something like this using regex? If so how would I do it. I am using the regex search in Sublime Text and I want to find code matching the below.
=> array( ... contents ... ),
and here is an example of one of the code blocks I want to find
=> array(
'title' => __('Subtle Pattern', 'nhp-opts'),
'img' => get_template_directory_uri() . '/skins/images/subtlepattern-swatch.jpg '
),