-
Couldn't load subscription status.
- Fork 0
ProtoString fromEntity() Method
Seth Clydesdale edited this page May 23, 2015
·
2 revisions
Decoding HTML entity numbers into a whole character.
'&$♥♠♣'.fromEntity(); // returns '&$♥♠♣'The fromEntity() method was used to decode all HTML entity numbers in a string. This method was dropped, so it's recommended to use decodeAs() instead.
String.fromEntity();You can find the source for the old conversion methods here.
Home • History • ProtoString • Created by Seth Clydesdale