Skip to content

Commit

Permalink
Documenting the change of String.of default charset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gábor Molnár committed Nov 9, 2014
1 parent 69b7b14 commit 24f4e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ The `String.of` method has three signatures:
`charset` must be given in a format that can be directly inserted in a regular expression when
wrapped by `[]`. For example, `'abc'` means a character set containing the first 3 lowercase letters
of the english alphabet, while `'a-zA-C'` means a character set of all english lowercase letters,
and the first 3 uppercase letters. If `charset` is `undefined` then the `a-zA-Z0-9` character set
is used.
and the first 3 uppercase letters. If `charset` is `undefined` or `null` then there's no restriction on
the character set.

### Arrays ###

Expand Down

0 comments on commit 24f4e44

Please sign in to comment.