@@ -78,7 +78,7 @@ class Tokenizer extends FieldsProcessorPluginBase {
$form['ignored']=[
'#type'=>'textfield',
'#title'=>$this->t('Ignored characters'),
'#description'=>$this->t('Specify the characters that should be removed prior to processing. Dots, dashes, and underscores are ignored by default to allow meaningful search behavior with acronyms and URLs. Specify the characters as the inside of a <a href=":pcre-url">PCRE character class</a>.',$args),
'#description'=>$this->t('Specify the characters that should be removed prior to processing, as the inside of a <a href=":pcre-url">PCRE character class</a>.',$args),