The startsWith() method returns true if a string starts with a specified string. Otherwise it returns false . The startsWith() method is case sensitive .
Is startsWith case sensitive?
The startsWith() method returns true if a string starts with a specified string. Otherwise it returns false . The startsWith() method is case sensitive .