Skip to content

Commit

Permalink
Update Expression-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia authored Oct 5, 2021
1 parent e7b79c1 commit e986236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introduction/Expression-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You may use functions in an expression. The following functions are defined by t
* `utf8(str)` : A UTF-8 string.
* `utf16(str)` : A UTF-16 string.
* `strstr(str1, str2)` : Find a substring. For example, `strstr(utf8(addr), "abc")`.
* `streq(str1, str2)` : Compare two strings. For example, `strcmp(utf8(addr), "abc")`.
* `streq(str1, str2)` : Compare two strings. For example, `streq(utf8(addr), "abc")`.

## Memory

Expand Down

0 comments on commit e986236

Please sign in to comment.