replace_html_characters

Last updated:

0 purchases

replace_html_characters Image
replace_html_characters Images
Add to Cart

Description:

replace html characters

Replace Html Characters #
With this package, you can easily replace html characters in string data.
Features #

Getting started #
No permission is needed.
Usage #
Add this line to pubspec.yaml:
replace_html_characters: any
copied to clipboard
#
Example:

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);

copied to clipboard
#
Additional information #
ahmetveysel.com

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.