Skip to content

Commit

Permalink
Use pattern (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 29, 2024
1 parent 98823c3 commit 675455f
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 @@ -2046,7 +2046,7 @@
<filterchain>
<tokenfilter>
<stringtokenizer delims="," />
<containsregex pattern="^.*([0-9a-fA-F\-]+).*$" replace="\1" />
<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/>
</filterchain>
Expand Down Expand Up @@ -2114,7 +2114,7 @@
<filterchain>
<tokenfilter>
<stringtokenizer delims="," />
<containsregex pattern="^.*([0-9a-fA-F\-]+).*$" replace="\1" />
<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/>
</filterchain>
Expand Down

0 comments on commit 675455f

Please sign in to comment.