File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
powerapps-docs/maker/canvas-apps/functions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ search.app:
18
18
Encodes and decodes strings.
19
19
20
20
## 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.
22
22
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:
24
24
25
25
* ** & ; nbsp;**
26
26
* ** & ; quot;**
27
27
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.
29
29
30
30
## Syntax
31
31
** EncodeUrl** ( * String* )
You can’t perform that action at this time.
0 commit comments