Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

emanuel dot karlsson at rolfsbuss dot se
6 years ago
Finding numbers in strings requires you to cast the number to string first.

strpos("123", 2) !== strpos("123", "2")

<< Back to user notes page

To Top