@ukon1990/js-utilities
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@ukon1990/js-utilities", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A light weight package for object and array manipulation. As well as some utilities for matching text.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -19,2 +19,3 @@ # Javascript utilities | ||
## TextUtil | ||
* `isEmpty(string)` - Checks if a string is null, undefined or has a length of 0. | ||
* `getMatchingParts(string, stringToFind)` - | ||
@@ -21,0 +22,0 @@ Returns a Match object. The Match object for `getMatchingParts('Chicken', 'ck')` |
66187
26