Skip to main content

How to Match Parentheses in JavaScript without Using Regex

Less than 1 minuteJavaScriptRegexArticle(s)blogfreecodecamp.orgjsregexregular-expression

How to Match Parentheses in JavaScript without Using Regex 관련

JavaScript > Article(s)

Article(s)
Regex > Article(s)

Article(s)

How to Match Parentheses in JavaScript without Using Regex
While writing my Lisp interpreter (for the Scheme dialect, to be precise), I decided to include support for square brackets. I did this because some of the Scheme books use them interchangeably with parentheses. But I didn't want to make the parser t...

이찬희 (MarkiiimarK)
Never Stop Learning.