P
puzzlecracker
array args of string internally looks like this, free spacing is
assumed: foo:bar foo1:bar foo2:bar2 ...etc. I need to quickly parse
the array into two strings each contaning foo and bar,
void Parse(string [] args )
{
// please no 3.5 features... regular expressions are welcome
}
Thanks
assumed: foo:bar foo1:bar foo2:bar2 ...etc. I need to quickly parse
the array into two strings each contaning foo and bar,
void Parse(string [] args )
{
// please no 3.5 features... regular expressions are welcome
}
Thanks