Split on string type, not char type

xiaoxiao2021-04-07  257

Using system.text.regularExpressions;

String str43 = "a [===] b [===] C [===] D";

String [] Ary43 = regex.split (str43, @ "/ [=== /], regexoptions.ignorecase;

转载请注明原文地址:https://www.9cbs.com/read-132643.html

New Post(0)