Answers for "check if first character of a string is a space javascript"

1

js get first space in string

str.match(/^(\S+)\s(.*)/).slice(1)
Posted by: Guest on April-16-2021

Code answers related to "check if first character of a string is a space javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language