Skip to content

Strings

Edge cases

  • Empty
  • Length
    • Extremely Long
    • Odd/even length string
  • Encoded string
    • HTTPResponse binary, need to .decode()
    • UTF-8
  • Null (as argument)
  • C: non null terminated string

KMP Substring

????


Last update: 2023-04-24