Browse Source

Update grouping.en.md

content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
88f67034d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/grouping.en.md

2
subjects/grouping.en.md

@ -6,7 +6,7 @@ Write a program that receives two strings and replicates the use of brackets in
The program should handle the "`|`" operator, that searches for both strings on each side of the operator.
The output of the program should be the results of the regular expression by order of appearence in the string, being themselves identified by a number.
The output of the program should be the results of the regular expression by order of appearance in the string, being themselves identified by a number.
In case the regular expression is not valid, the last argument is empty or there are no matches the program returns a newline ("`\n`").

Loading…
Cancel
Save