39c39 < + 'label' => t('Extract a value with a regular expression'), --- > + 'label' => t('Search for matches using a regular expression.'), 49c49 < + 'description' => t('The expression to run on a string.'), --- > + 'description' => t('The pattern to search for, as a string. Tip: RegExr: Online Regular Expression Testing Tool is helpful for learning, writing, finding, and testing Regular Expressions.', array('@regex-wikipedia' => 'http://en.wikipedia.org/wiki/Regular_expression', '@RegExr' => 'http://gskinner.com/RegExr/')'), 58c58 < + 'label' => t('Regular expression result'), --- > + 'label' => t('The results of search'),