I have a ng pattern like this ^[^#'"/]+$
to not allow the use of / " ' and #
i would like to add it inside the ng-pattern='/^[^#'"/]+$/'
bug since there is the " and ' it break my string, and any attempt I made to fix this, it doesn't work.
How can I achieve it ?