sarojkumarjena wrote:
what does this regular expression means
I suspect an error, all those '^' are wrong (except the 1st 2 occuences). But here's the break down: Match one character of ( (anything but t, ^, whitespace, number, x, X) or (anything but d, ^, whitespace, number, x, X) ). See, its totally 'stupid'. Do yourself a favour, and learn RegEx, much easier to write than to read IMO :)
**
xacc.ide-0.2.0.50 - now with partial MSBuild support!
**