RosettaCodeData/Task/Longest-common-substring/Swift/longest-common-substring-2.swift
2023-07-01 13:44:08 -04:00

1 line
57 B
Swift

lComSubStr("thisisatest", "testing123testing") // "test"