subtlety, badge cleanup, and a link in the readme
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# wildstring
|
||||
|
||||
[](https://gitter.im/deltreey/wildstring?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
# [wildstring](https://www.youtube.com/watch?v=4qHX493bB3U)
|
||||
|
||||
Simple String Wildcard Handling
|
||||
|
||||
@@ -9,6 +7,7 @@ Simple String Wildcard Handling
|
||||
[](https://www.codacy.com/app/suicidolt/wildstring)
|
||||
[](https://codeclimate.com/github/deltreey/wildstring)
|
||||
[](https://www.bithound.io/github/deltreey/wildstring)
|
||||
[](https://gitter.im/deltreey/wildstring?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
## Shake it shake it
|
||||
|
||||
@@ -50,7 +49,7 @@ wildstring.match('Test*ing', 'Testing this thing'); // true, matches 'Test' an
|
||||
wildstring.match('*))))))*', ')))))'); // false, not enough parenthesis
|
||||
```
|
||||
|
||||
### You make my heart sing
|
||||
### You make my heart string
|
||||
|
||||
You can use wildstring for string interpolation, which makes for an easier interface to parse data from users who maybe don't know regular expressions.
|
||||
``` js
|
||||
|
||||
Reference in New Issue
Block a user