Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmachado committed Mar 24, 2017
1 parent 3787034 commit fbd9a09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ Example: `{ a: { b: { c: 1 } } } => { 'a.b.c' : 1 }`.

### testRegex
`regex -> string -> bool` Just like rambda test, creates a function to test a regex on a string.
`makeRegex -> options -> string -> regex` Just a curry implementation of RegExp construction.
`makeAndTest -> options -> (string) -> ` makes and tests a RegExp with makeRegex and testRegex
`matchAnyWord -> string -> string -> bool`
takes a string to split into words and returns true if second string match any of the words



## Math
Expand Down

0 comments on commit fbd9a09

Please sign in to comment.