SyntaxFix
Write A Post
Hire A Developer
Questions
substr(i,j) means that you start from the index i (assuming the first index to be 0) and take next j chars. It does not mean going up to the index j.
substr(i,j)
i
j