Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge 7f2309c into 314d226
Browse files Browse the repository at this point in the history
  • Loading branch information
cbracken committed Sep 27, 2017
2 parents 314d226 + 7f2309c commit 7352621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ A set of string utilities for Dart.

`compareIgnoreCase` compares two strings, ignoring case.

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

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

0 comments on commit 7352621

Please sign in to comment.