On Friday, 16 March 2012 at 18:44:53 UTC, Xinok wrote:
It actually does, but only identical strings. It doesn't seem to do strings within strings.

Don't forget that "123" is /not/ a substring of "123456"
because of the invisible 0 terminator (which is there
for easy compatibility with C functions).

Reply via email to