String matching: Difference between revisions

Content added Content deleted
m (added whitespace before the TOC (table of contents), added other whitespace to the task's preamble.)
Line 7: Line 7:
# Determining if the first string ends with the second string
# Determining if the first string ends with the second string


<br>
Optional requirements:
Optional requirements:
# Print the location of the match for part 2
# Print the location of the match for part 2
# Handle multiple occurrences of a string for part 2.
# Handle multiple occurrences of a string for part 2.
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==