Skip to content

html escape feature to handle quotes in custom manner #14

@surajprak

Description

@surajprak

Thanks for providing this library. We are using it and are building a php style html_entities support to allow custom handling of quotes and need a feature to leave quotes untouched if user wants similar to https://www.php.net/manual/en/function.htmlentities.php

Constant Name | Description
-- | --
ENT_COMPAT | Will convert double-quotes and leave single-quotes alone.
ENT_QUOTES | Will convert both double and single quotes.
ENT_NOQUOTES | Will leave both double and single quotes unconverted.

Is it possible to have this feature in this library?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions