Home
last modified time | relevance | path

Searched refs:_Replace (Results 1 – 1 of 1) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js191 function _Replace( protectedSource ) function
199 html = html.replace( this.RegexEntries[i], _Replace ) ;
207 function _Replace( m, opener, index ) function
215 return html.replace( regex, _Replace ) ;