Posts by Luciandro Francisco Júnior • 75 points
3 posts
-
2
votes2
answers167
viewsQ: HTML to open url stored in a variable
I don’t have much knowledge in html, I want to open a link that is stored in a variable but unsuccessfully. <div class="csgo-item--inspectLink"> <img src="static/img/inspect.png"…
-
2
votes2
answers98
viewsQ: How to remove the Comma from the last occurrence [PERL]
Well I have a perl script that formats a json leaving it in this format: {"nome1":"123","nome2":"123","nome3":"123",} but I want only in the last instance to remain only the key without the comma…
-
3
votes2
answers1580
viewsQ: Convert utf-8 codes to Unicode
Well, I have a file JSON where all the symbols Unicode as this " " are in this format: "u2605" has some way to convert these codes to the symbols when my program Nodejs read the JSON? Example of how…