Xilinx / hls-llvm-project Public Notifications You must be signed in to change notification settings Fork 9 Star 41 Code Issues2 Pull requests1 Projects Security and quality0 Insights Code Issues Pull ...
# Strings are IMMUTABLE — every method returns a NEW string. print(s.find("cat")) # 4 — index of first match, -1 if missing print(s.find("dog")) # -1 — no error ...