diff --git a/README.md b/README.md index f1ce9ba..3879215 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Introduction ============ -Wildcards is a simple C++ library which implements string matching using -wildcards. +Wildcards is a simple C++ library which implements matching using wildcards. Requirements ============ diff --git a/example/README.md b/example/README.md index 1aa7027..06244f0 100644 --- a/example/README.md +++ b/example/README.md @@ -1,20 +1,20 @@ -Example 1 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/Xb1xPTxzsaqsl58E) +Example 1 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/i8E2e0jhcmAAaq8O) ========= Compile time matching only. -Example 2 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/nEA8NkYlbxFR6iKT) +Example 2 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/TfpduflIhMivebWq) ========= Compile time and runtime check of ID's validity using a pattern. -Example 3 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/1ADSxGnC3l9XIven) +Example 3 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/Mld38YRrTqmbufZw) ========= Example 2 extended with a default pattern and with a user-defined string literal. -Example 4 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/whK664103kESGaFu) +Example 4 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/Ea2SG4Gf12Q323tu) ========= Matching of command line arguments. @@ -23,3 +23,8 @@ Example 5 ========= List files on a given path which match a given pattern. + +Example 6 [![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://wandbox.org/permlink/vML4Y8tTwp29gSlQ) +========= + +Matching of generated DNA sequences.