Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of uppercase, lowercase, numbers, and special characters (such as @*&#).
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Certifications

Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Invoice

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File
v4.3
Search
    中文EN
    v4.3

      endsWith()

      Function endsWith() judges whether a string ends with a specified substring, and returns 1 for true, 0 for false.

      Arguments:

      • String <string>
      • Substring <string>

      Returns:

      • Result <number>

      Comman Usage

      Exalmple: Direct calculate

      uncollect ["Ultipa", "ULTIPA.com"] as a
      uncollect ["a", "m"] as b
      return table(a, b, endsWith(a, b))
      

      |     a      | b | endsWith(a, b) |
      |------------|---|------------------|
      | Ultipa     | a | 1                |
      | ULTIPA.com | m | 1                |
      

      Exalmple: Multiply and calculate

      uncollect ["Ultipa", "ULTIPA.com"] as a
      uncollect ["a", "m"] as b
      with endsWith(a, b) as c
      return table(a, b, c)
      

      |     a      | b | c |
      |------------|---|---|
      | Ultipa     | a | 1 |
      | Ultipa     | m | 0 |
      | ULTIPA.com | a | 0 |
      | ULTIPA.com | m | 1 |
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      *
      你的电话必须填写