Skip to content

Commit a7de141

Browse files
1 parent 47a4218 commit a7de141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/canvas-apps/functions/function-encode-decode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ search.app:
1818
Encodes and decodes strings.
1919

2020
## Description
21-
The **EncodeUrl** function encodes a URL string, replacing non-alphanumeric characters with % and a hexadecimal number.
21+
The **EncodeUrl** function encodes a URL string, replacing certain non-alphanumeric characters with % and a hexadecimal number.
2222

23-
The **PlainText** function removes HTML and XML tags, converting tags such as these to an appropriate symbol:
23+
The **PlainText** function removes HTML and XML tags, converting certain tags such as these to an appropriate symbol:
2424

2525
* ** **
2626
* **"**
2727

28-
The return value from these functions is the encoded or decoded string.
28+
The return value from these functions is the encoded or decoded string. Note that this function does not remove all HTML and XML tags.
2929

3030
## Syntax
3131
**EncodeUrl**( *String* )

0 commit comments

Comments
 (0)