replace_html_characters 1.0.1 copy "replace_html_characters: ^1.0.1" to clipboard
replace_html_characters: ^1.0.1 copied to clipboard

With this package, you can easily replace html characters in string data.

example/example.dart

import 'package:replace_html_characters/src/replace_html_characters_base.dart';

void main() {
  String data =
      '"Initial studies indicate that these coffins are completely closed and haven't been opened since they were buried,"Egypt's antiquities ministry said in a statement on Saturday.".';

  String modifiedData = data.replaceHTMLCharacters;
  // Output: "Initial studies indicate that these coffins are completely closed and haven't been opened since they were buried," Egypt's antiquities ministry said in a statement on Saturday.

  print(modifiedData);
}
2
likes
120
pub points
0%
popularity

Publisher

verified publisherahmetveysel.com

With this package, you can easily replace html characters in string data.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on replace_html_characters