Skip to content

Commit

Permalink
Moved uri_encode documentation to "script-level" section. (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Jun 16, 2023
1 parent 5307a89 commit db84fb7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,6 @@ put_vars(
)
```

##### `uri_encode`

Encodes a field value as URI. Aka percent-encoding.

```perl
uri_encode("<sourceField>")
```

#### Record-level functions

##### `add_field`
Expand Down Expand Up @@ -724,6 +716,14 @@ Upcases all characters in a field value.
upcase("<sourceField>")
```

##### `uri_encode`

Encodes a field value as URI. Aka percent-encoding.

```perl
uri_encode("<sourceField>")
```

### Selectors

#### `reject`
Expand Down

0 comments on commit db84fb7

Please sign in to comment.