Skip to content

Commit

Permalink
Exclude delims (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 29, 2024
1 parent 52c301e commit dfbcc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@
<concat>${retUUID.txt}</concat>
<filterchain>
<tokenfilter>
<stringtokenizer delims=",:" />
<stringtokenizer delims=",:\"" suppressdelims="true" />
<containsregex pattern="([0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+)" replace="\1" />
</tokenfilter>
<striplinebreaks/>
Expand Down Expand Up @@ -2113,7 +2113,7 @@
<concat>${zipUUID.txt}</concat>
<filterchain>
<tokenfilter>
<stringtokenizer delims=",:" />
<stringtokenizer delims=",:\"" suppressdelims="true" />
<containsregex pattern="([0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+)" replace="\1" />
</tokenfilter>
<striplinebreaks/>
Expand Down

0 comments on commit dfbcc87

Please sign in to comment.