We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bebd08 commit 69e462eCopy full SHA for 69e462e
src/test/java/org/culturegraph/mf/morph/functions/Regexp.xml
@@ -20,6 +20,9 @@
20
<mm:data source="001." name="subject">
21
<mm:regexp match=".*" format="resource:P${0}" />
22
</mm:data>
23
+ <mm:data source="001." name="subject">
24
+ <mm:regexp match=".*" format="${1}"/>
25
+ </mm:data>
26
27
<mm:regexp match=".*" />
28
@@ -31,6 +34,7 @@
31
34
<cgxml:records>
32
35
<cgxml:record id="1">
33
36
<cgxml:literal name="subject" value="resource:P184000" />
37
+ <cgxml:literal name="subject" value="" />
38
<cgxml:literal name="subject" value="184000" />
39
</cgxml:record>
40
</cgxml:records>
0 commit comments