Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
zemasoft committed Apr 23, 2018
1 parent 86b7f56 commit bfb7feb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
============
Expand Down
13 changes: 9 additions & 4 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.

0 comments on commit bfb7feb

Please sign in to comment.