Hello guys ,
i want to test if a QString start with the character (") return true else return false , i tried startsWith(""") but it didn't work
for exemple "Hello World" ==true (it starts with the character " )
Hello World" ==false (it didn't start with the character " )