stripHtmlIfNeeded method

String stripHtmlIfNeeded()

Strips HTML tags from the string if needed, preserving bidirectional text direction.

Implementation

String stripHtmlIfNeeded() => Bidi.stripHtmlIfNeeded(this);