Answers for "regex match to first instance"

1

regex match to first instance

/[^;]*/

# matches every character before the first ;
Posted by: Guest on June-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language