Skip to content

Commit a55c352

Browse files
dr0iblackwinter
andauthored
Update README.md
Co-authored-by: Jens Wille <[email protected]>
1 parent f0aba21 commit a55c352

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,7 @@ Encodes a field value as URI. Aka percent-encoding.
718718
Options:
719719

720720
- `plus_for_space`: Sets whether "space" (` `) will be substituted by a "plus" (`+`) or be percent escaped (`%20`). (Default: `true`)
721-
- `safe_chars`: Sets characters that won't be escaped. Safe characters are the
722-
ranges 0..9, a..z and A..Z. These are always safe and should not be specified.
723-
Default safe characters are also ".", "-", "*", and "_".
721+
- `safe_chars`: Sets characters that won't be escaped. Safe characters are the ranges 0..9, a..z and A..Z. These are always safe and should not be specified. (Default: `.-*_`)
724722

725723
```perl
726724
uri_encode("<sourceField>"[, <options>...])

0 commit comments

Comments
 (0)