CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
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.