Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "stringman", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Stringman does a lot of the slightly unusual string manipulation and regex operations for you.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# Stringman | ||
### NOT YET PUBLISHED TO NPM | ||
Stringman is in the very early stages right now and I am still figuring out how I want to structure this and what functionality to include. The idea behind this library is to provide a simple way to do common string manipulation and regular expression matching/testing on strings in the fastest and simplest way possible. Examples of the type of functionality include (but are not limited to): | ||
Stringman is in the very early stages right now. The idea behind this library is to provide a simple way to do common string manipulation and regular expression matching/testing on strings in the fastest and simplest way possible. Examples of the type of functionality include (but are not limited to): | ||
- validate whether string is url | ||
@@ -11,2 +10,2 @@ - return text from inside of parenthesis | ||
I will be adding to this as I have a chance and will publish to npm soon. In the meantime, you can check out the [documentation](https://jgdigitaljedi.github.io/stringman/) and tinker around if you want! | ||
I will be adding to this as I have a chance and will publish to npm soon. In the meantime, you can check out the [documentation](https://jgdigitaljedi.github.io/stringman/) and tinker around if you want! |
6662