in reply to ParseRecDescent and csv-like data
Give you what you want? I could be wrong, it's off the top of my head, but it should return a term as a list of it's parts (which seems to be what you want).Term: /[A-Z]|[A-Z][A-Z_]*[A-Z]/i {return \split(/_/,$item[1])}
|
|---|