functional overview
Checks how many characters in a string are in a given string.
Details of Functions
character stringfrom (e.g. time, place, numerical quantity)search characterand obtains the first character position found.
- note
-
character string search character starting position result Unifinity n 0 1 Unifinity n 2 5 Unifinity n 10 -1 Unifinity an unknown 0 -1 Unifinity ty 0 7 yunifiy indicates such things as location of person or thing, location of short-term action, etc. 0 1 yunifiy indicates such things as location of person or thing, location of short-term action, etc. 3 4
parameter
- argument (e.g. function, program, programme)
-
character string character string data
Specify the string to be searched.search character character string data
character stringSpecify the string you want to look for fromstarting position numeric data
character stringSpecify the position from which to start the search from.
- return value
-
numeric data
Returns the starting position of the found character. If not found, returns -1.