Javascript Regex to split line by comma -
i want regex expression javascript should split line comma , should not split expressions inside brackets
eg:
builtinfunctions.replace_first,type.string, type.string, 2, getargtypeins(type.string, type.string, type.boolean)
to
builtinfunctions.replace_first type.string type.string 2 getargtypeins(type.string, type.string, type.boolean)
Comments
Post a Comment