Skip to content Skip to sidebar Skip to footer
Showing posts with the label Character

Storing Html Within Attribute

I'm storing HTML code within an element attribute like so. Solution 1: use this htmlEscape me… Read more Storing Html Within Attribute

Showing Unique Characters In A String Only Once

I have a string with repeated letters. I want letters that are repeated more than once to show only… Read more Showing Unique Characters In A String Only Once