Sorry, I am not a reg expert. I would like to ask for help how to take certain words out of a string.
Here is a example, I have a long string like this:
[SubClassOf(<file:F:/Projects/OIL/DAMLOilEd/ontologies/ka.daml#Lecturer> <file:F:/Projects/OIL/DAMLOilEd/ontologies/ka.daml#Person>)]
I need to extract the words Lecturer and Person out of the long string. The reg will perform something like start with #
and end with >
.