Report an issue
Class

CKEDITOR.htmlParser.nameTransformRule

class abstract

Abstract class describing the definition of CKEDITOR.htmlParser.filterRulesDefinition elementNames and attributesNames filtering rules.

 var rule = [ /^div$/, 'p' ];

Filtering

Properties

  • 0 : RegExp

    A regular expression to match the element name or attribute.

  • 1 : String

    A string used to replace the match.