0

Does anyone know of how I can split a string such as the following:

[expression one [parameter 1]] do not match [expression two [parameter 3] some other options]

I would like to split the string into the following result:

expression one [parameter 1] expression two [parameter 3] some other options

I am using c#

Java - extract content inside square brackets (ignore nested square brackets)?

stuartd
  • 70,509
  • 14
  • 132
  • 163

0 Answers0