Phaser API Documentation

  Version: 

Member of: Phaser.Utils.String

<static> RemoveAt(string, index)

Description:

Takes a string and removes the character at the given index.

Parameters:

name type description
string string

The string to be worked on.

index number

The index of the character to be removed.

Returns:
Description:

The modified string.

Type:
  • string
Since: 3.50.0