path iban regex

This commit is contained in:
Aljaž Starc
2023-11-26 14:52:10 +00:00
parent aa243a0513
commit 0e8213add7
2 changed files with 4 additions and 4 deletions

View File

@@ -289,11 +289,11 @@ updateQR()
<h5 id="api-qrcode-iban"><a href="#api-qrcode-iban">&#128279;</a> <code>iban</code></h5>
<div>
<span>Regex: <code>^[A-Z]{2}\d{17}$</code></span>
<span>Regex: <code>^[A-Z]{2}[A-Z0-9]{17,19}$</code></span>
<br>
<span>Demo: <a href="https://regex101.com/r/8bXDvh/1">regex101.com/r/8bXDvh/1</a></span>
<span>Demo: <a href="https://regex101.com/r/dN0DsH/1">regex101.com/r/dN0DsH/1</a></span>
<br>
<span>Description: Must contain country code (exp. SI56). No spaces allowed. Max length 34 characters</span>
<span>Description: Must contain country code (exp. SI56). No spaces allowed. Max length 21 characters</span>
<br>
<span>Example: SI56047500000280672</span>
</div>