M
Matt Frame
I am trying to use a Regular Expression to split out a file which has
multiple xml documents included in it. I am trying to use the SplitResults
method with the expression of "<\?xml" as the key to split and it works but
the expression itself is consumed so it is not in the result. I tried the
non-consuming expression of "?:" in front but that did not seem to do
anything for me. I am probably misunderstanding how this works.
I am new to regular expressions and I may not be doing the above correctly.
I was wondering if anyone has done something similar to this and could help
me along.
Thanks,
Matt
multiple xml documents included in it. I am trying to use the SplitResults
method with the expression of "<\?xml" as the key to split and it works but
the expression itself is consumed so it is not in the result. I tried the
non-consuming expression of "?:" in front but that did not seem to do
anything for me. I am probably misunderstanding how this works.
I am new to regular expressions and I may not be doing the above correctly.
I was wondering if anyone has done something similar to this and could help
me along.
Thanks,
Matt