Longest substrings without repeating characters: Difference between revisions

m
added whitespace and a comma.
m (→‎{{header|REXX}}: used a template for the output section.)
m (added whitespace and a comma.)
Line 2:
 
;Task:
Given a string,   find the   '''longest substring'''   without repeating characters.
<br><br>