Skip to content

Commit

Permalink
✨ New topic: Regular Expressions (#281)
Browse files Browse the repository at this point in the history
* wire frame

* added regex koans

* Forgot to link the regex koan

* Changes a/p vexx32 feedback

* sync changes

* formatting changes, breaking up some examples into multiple Its

* Apply suggestions from code review

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>

* changes a/p feedback

* more explaination, better blanks

* backtick begone
  • Loading branch information
thomasrayner authored and vexx32 committed Oct 25, 2019
1 parent f1bad6f commit defad7f
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KoanIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ When adding or updating koan topics, please keep this file up to date.
| Constructs and Patterns | [AboutBitwiseOperators][AboutBitwiseOperators] | 309 |
| Constructs and Patterns | [AboutEnumerations][AboutEnumerations] | 310 |
| Constructs and Patterns | [AboutClasses][AboutClasses] | 311 |
| Constructs and Patterns | [AboutRegularExpressions][AboutRegularExpressions] | 320 |
| Cmdlets 2 | [AboutOutCmdlets][AboutOutCmdlets] | 401 |

## Module Topics
Expand Down Expand Up @@ -104,6 +105,7 @@ When adding or updating koan topics, please keep this file up to date.
[AboutErrorHandling]: PSKoans/Koans/Constructs%20and%20Patterns/AboutErrorHandling.Koans.ps1
[AboutBitwiseOperators]: PSKoans/Koans/Constructs%20and%20Patterns/AboutBitwiseOperators.Koans.ps1
[AboutEnumerations]: PSKoans/Koans/Constructs%20and%20Patterns/AboutEnumerations.Koans.ps1
[AboutRegularExpressions]: PSKoans/Koans/Constructs%20and%20Patterns/AboutRegularExpressions.Koans.ps1
[AboutOutCmdlets]: PSKoans/Koans/Cmdlets%202/AboutOutCmdlets.Koans.ps1
[AboutClasses]: PSKoans/Koans/Constructs%20and%20Patterns/AboutClasses.Koans.ps1

Expand Down

0 comments on commit defad7f

Please sign in to comment.