Replace dont work within JS/QML
-
within my function i have
@ var str = url // URL = http://some.website.com
var n =str.replace("http:///","")@dont work even when i try to use escape char
"http://"
basically i want to take my url variable and remove the http:// from it this works with js web like (jsbin.com) but will not work on QML i get an error
TypeError: Result of expression 'str.replace' [undefined] is not a function.