regex
test against
result
First line OK.
My expectation is that the second line does not match at all ?
Code:
"[A-Z][a-z]+ [a-z]+",".*?","[0-9]+"
Code:
"Thuidium delicatulum","-","5","1","2","5","-","-","-","2","-","2","-","-","17" "Thuidium tamariscinum","2","-","-","-","-","-","-","-","-","-","-","-","-","2"
Code:
"Thuidium delicatulum","-","5" "Thuidium tamariscinum","2","-","-","-","-","-","-","-","-","-","-","-","-","2"
My expectation is that the second line does not match at all ?
Comment