Regular Expressions 101

Community Patterns

Validation for SEPA-XML-Text

0

Regular Expression
ECMAScript (JavaScript)

/
[a-zA-Z0-9\/\–\?\:\(\)\.\,\‘\+\s]{0,140}
/

Description

This RegEx checks if a text is valid for a SEPA-XML-File. It should be helpfull if you want to implement payment information to your site and don´t wont to get into trouble with char conversion that is done by your bank.

Submitted by anonymous - 8 years ago