-
Notifications
You must be signed in to change notification settings - Fork 1
Xutil: Public Functions
Read Stanton edited this page Feb 12, 2021
·
4 revisions
-
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
-
Adds element to list and returns the modified list
-
Type:
Function
-
Returns the index of val in list;
0
otherwise -
Type:
Function
-
Converts list to a string
-
Type:
Function
-
Unique elements of list
-
Type:
Function