|
|
Browse by Tags
All Tags » regex » []
-
Hi All!
I'm new in regular expression.
i have an expression that goes like this: ['string'] OR ['string']...
the first ['string'] must be but the OR and the continue of this expression could be many times.
I need to get the string. without the [' '] - just the STRINGS.
the string can be any string. (special ...
|
|
|