parse_swift_chars

Function parse_swift_chars 

Source
pub fn parse_swift_chars(
    input: &str,
    field_name: &str,
) -> Result<String, ParseError>
Expand description

Parse SWIFT character set (a-z, A-Z, 0-9, and special chars)

SWIFT ‘x’ character set includes: a-z, A-Z, 0-9, and special characters: / - ? : ( ) . , ’ + { } SPACE CR LF and other printable ASCII