Skip to content
Snippets Groups Projects
Verified Commit cc8ec78f authored by Florian Azizian's avatar Florian Azizian
Browse files

case insensitive personname

parent 9f609a88
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@
<enumeration value="multi" />
</dataType>
<dataType name="personname" base="string">
<pattern value="/^[A-z\s\-\'\é\è\ê\ë\ï\ö\ç\ä\ü]+$/" />
<pattern value="/^[A-z\s\-\'\é\è\ê\ë\ï\ö\ç\ä\ü\É\È\Ê\Ë\Ï\Ö\Ç\Ä\Ü]+$/" />
</dataType>
<dataType name="short_word" base="word">
<pattern value="/^\w{1,5}$/" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment