QString startsWith (")
-
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 " )Thanks guys
-
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 " )Thanks guys
-
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 " )Thanks guys
-
@Zunneh if your issue is solved, please don't forget to mark your post as such. Thanks.