RosettaCodeData/Task/Longest-common-substring/Swift/longest-common-substring-2.swift

2 lines
57 B
Swift
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
lComSubStr("thisisatest", "testing123testing") // "test"