html_unescape_xx 3.0.1 copy "html_unescape_xx: ^3.0.1" to clipboard
html_unescape_xx: ^3.0.1 copied to clipboard

[html_unescape ++] fork by [html_unescape]. A small library for un-escaping HTML. Supports all Named Character References, Decimal Character References and Hexadecimal Character References.

example/example.dart

// Copyright (c) 2018, Filip Hracek. All rights reserved. Use of this source
// code is governed by a BSD-style license that can be found in the LICENSE
// file.

import 'package:html_unescape/html_unescape_all.dart';

void main() {
  var unescape = HtmlUnescapeAll();
  print(unescape.convert('<strong>This "escaped" string '
      'will be printed normally.</strong>'));
}
0
likes
140
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

[html_unescape ++] fork by [html_unescape]. A small library for un-escaping HTML. Supports all Named Character References, Decimal Character References and Hexadecimal Character References.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on html_unescape_xx