Skip to content

Commit 221da85

Browse files
authored
Update README.md
1 parent aa31ab9 commit 221da85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caesars-cipher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this solution, in order to simplify the code, i split the main problem to sma
2424
* list.length -> returns a list's length
2525

2626
##### RegEx:
27-
A regular expression (RegEx) is a sequence of characters that define a search pattern. The method regEx.test(string) which we use, checks if the defined regEx can be found in the given string. This way we simplify searching.
28-
If you aren't familiar with regular expressions i suggest you to check [freeCodeCamp.org's](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/) section on them. You can find it inside the course "Javascript Algorithm's and data structures".
27+
A regular expression (RegEx) is a sequence of characters that define a search pattern. The method regEx.test(string) which we use, checks if the defined regEx can be found in the given string. This way we simplify searching.
28+
If you aren't familiar with regular expressions i suggest you to check [freeCodeCamp.org's](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/) section on them. You can find it inside the course "Javascript Algorithm's and data structures".
2929

3030
[ROT13](https://en.wikipedia.org/wiki/ROT13)

0 commit comments

Comments
 (0)