Splitting a string with nested parentheses at only the top level where “level” is determined by the parentheses

前端 未结 0 1211
野性不改
野性不改 2020-12-10 20:34

I am trying to create a regular expression that will allow me to split the strings below on the central comma only.

str_1 <- "N(0, 1)"
str_2 <         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题