File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
definitions/standard/runtime_definition/text Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 "documentation" : [
2323 {
2424 "code" : " en-US" ,
25- "content" : " Converts the input text string into an list of byte values."
25+ "content" : " Converts the input text string into a list of byte values."
2626 }
2727 ]
2828 }
5454 "description" : [
5555 {
5656 "code" : " en-US" ,
57- "content" : " Converts a text string into an list of byte values."
57+ "content" : " Converts a text string into a list of byte values."
5858 }
5959 ],
6060 "documentation" : [
6161 {
6262 "code" : " en-US" ,
63- "content" : " Returns an list of bytes representing the UTF-8 encoding of the given text."
63+ "content" : " Returns a list of bytes representing the UTF-8 encoding of the given text."
6464 }
6565 ],
6666 "alias" : [
Original file line number Diff line number Diff line change 2222 "documentation" : [
2323 {
2424 "code" : " en-US" ,
25- "content" : " Splits the input text string into an list of its constituent characters."
25+ "content" : " Splits the input text string into a list of its constituent characters."
2626 }
2727 ]
2828 }
5454 "description" : [
5555 {
5656 "code" : " en-US" ,
57- "content" : " Returns an list containing each character from the given text string."
57+ "content" : " Returns a list containing each character from the given text string."
5858 }
5959 ],
6060 "documentation" : [
6161 {
6262 "code" : " en-US" ,
63- "content" : " Creates an list where each element is a single character from the original text."
63+ "content" : " Creates a list where each element is a single character from the original text."
6464 }
6565 ],
6666 "alias" : [
You can’t perform that action at this time.
0 commit comments