-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Utility Functions
Read Stanton edited this page Feb 9, 2021
·
12 revisions
String
-
String contains function
-
Type:
Function -
Determines whether str contains substring find
-
Type:
Function -
Returns the char (as string) at i in str
-
Converts str to a list
-
Type:
Function -
Returns str as a list
List
-
Adds element to list and returns the modified list
-
Type:
Function
-
Converts list to a string
-
Type:
Function
-
Returns the index of val in list;
0otherwise -
Type:
Function