Please answer this simple SPAM challenge: max(six, three)? (Example: nine)
Generally speaking, linear searches are from start to end, not end to start - which makes sense from a human perspective. If you need to find strings in a string backwards, reverse your haystack and needle rather than manually chopping it up.
<< Back to user notes page