STRING TO UINT code example
Example 1: .includes( string
var str = "Hello world, welcome to the universe.";
var n = str.includes("world");
Example 2: straforma in string js
var x = new String("Una nuova stringa");
var str = "Hello world, welcome to the universe.";
var n = str.includes("world");
var x = new String("Una nuova stringa");