Basic

a

  • effect: String value, generally used for assignment or judgment


a

  • effect: Used to concatenate strings

  • parameter: The number of parameters can be any number, the parameters can also be any type, but they will all be converted to string

  • example:
    a
    computational results:

        0.14
    

a

  • effect: Concatenated string

  • parameter: the parameters can be any type, but they will all be converted to string


a

  • effect: Returns the length of the string, the return value of int type


a

a

  • effect: Check whether there is a corresponding character in the character, and return the position, if not, return 0
    You can set to return the position of the first character found, or return the position of the last character

  • parameter: Both parameters are of string type, the first parameter is the main string, and the second parameter represents the character to be found in the first parameter

  • example:
    a
    computational results:

        1
        7
    

a

  • effect: Get the string at the specified position in the text


a

  • effect: Get the characters between the specified subscripts in the text


a

  • effect: don’t say so much


a

  • effect: Needless to say