regexp test

Ruby code posted by murphy
created at 11 Aug 19:01

Edit | Back
1
2
3
4
5
6
DIFF_PART = /
^ ([\d,]+c[\d,]+) \n # change
( (?: < .* \n )+ )  # old
---\n
( (?: > .* \n )+ )  # new
/x
111 Bytes in 2 ms with coderay