I'm sure there is a simple solution, but I cannot find it (new to RegExp). Does anyone know how to do this?
I'm trying to use a RegExp to find text between 2 strings that excludes those 2 strings. Below, I want "this" (sandwiched between [ and , ).
Line[this,that]
UE RegExp's that I've tried are:
^[+*,+
^[+^(*^),+
I'm trying to use a RegExp to find text between 2 strings that excludes those 2 strings. Below, I want "this" (sandwiched between [ and , ).
Line[this,that]
UE RegExp's that I've tried are:
^[+*,+
^[+^(*^),+