Skip to content

Commit

Permalink
Update strings readme (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
xster authored and cbracken committed Apr 28, 2017
1 parent 43620de commit a0715db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,14 @@ used as a literal match inside of a RegExp.

`isEmpty` checks if a string is `null` or empty.

`isNotEmpty` checks if a string is not `null` and not empty.

`equalsIgnoreCase` checks if two strings are equal, ignoring case.

`compareIgnoreCase` compares two strings, ignoring case.

`flip` flips the order of characters in a string.

`nullToEmpty` turns `null` to empty string, and returns non-empty strings
unchanged.

`emptyToNull` turns empty string to `null`, and returns non-empty strings
unchanged.

`repeat` concatenates a string to itself a given number of times.

`loop` allows you to loop through characters in a string starting and ending at
Expand Down

0 comments on commit a0715db

Please sign in to comment.