Home | History | Annotate | Download | only in base

Lines Matching refs:stripped

528    * @return the stripped string
597 * @return the stripped string or <code>null</code> if the string
613 * @return the stripped string or <code>null</code> if the string
629 * @return the stripped string or <code>null</code> if the string
645 * @return the stripped string or <code>null</code> if the string
1415 * all HTML tags stripped. Note that HTML entities, such as "&amp;amp;" will
1422 String stripped = htmlTagPattern.matcher(string).replaceAll("");
1427 * < and > characters with &lt; and &gt; after HTML tags were stripped.
1429 return LT_GT_ESCAPE.escape(stripped);
2945 // We may have had multiple spaces at maxLength, which were stripped away