Home | History | Annotate | Download | only in html

Lines Matching refs:replace

68     // FIXME: We should have a way to detect XHTML elements and replace the hasPrefix() check with it.
452 textWithConsistentLineBreaks.replace("\r\n", "\n");
453 textWithConsistentLineBreaks.replace('\r', '\n');