String matching: Difference between revisions

m
→‎{{header|Julia }}: remove extraneous space from header
(Added Dyalect programming language)
m (→‎{{header|Julia }}: remove extraneous space from header)
Line 2,086:
 
 
=={{header|Julia }}==
<lang julia>
startswith("abcd","ab") #returns true
Line 2,096:
end #returns 1, then 3 matching the two starting indices where the substring was found
</lang>
 
 
=={{header|K}}==
10,333

edits