I have a string of type "KeyOperatorValue1,Value2,Value2....". For e.g = "version>=5", "lang=en,fr,es" etc and currently, the possible value for operator field is "=", "!=", ">", ">=", "<", "<=", but I don’t want it to be limited to them only. Now the problem is given such a string, how can I split into a triplet? Since, [...]
The post Regex Spilt based on multiple delimiters in C# appeared first on BlogoSfera.