The following are some of the most popular string functions. (Thank you ChatGPT for much of this)

String Properties

  1. .length

    let str = "p5.js";
    console.log(str.length); // Output: 5
    

String Methods

1. Searching


2. Manipulation


3. Splitting and Joining