Check if a string starts with another string
type Result = StringStartsWith<'hello world', 'hello'>; // Result: true Copy
type Result = StringStartsWith<'hello world', 'hello'>; // Result: true
Check if a string starts with another string