Skip to content

Commit

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

0 comments on commit 4e9874e

Please sign in to comment.