pub fn extract_block4(input: &str) -> Result<String, ParseError>Expand description
Extract Block 4 content from SWIFT message input. If input starts with “{”, attempts to extract Block 4. Otherwise, assumes input is already Block 4 content.
pub fn extract_block4(input: &str) -> Result<String, ParseError>Extract Block 4 content from SWIFT message input. If input starts with “{”, attempts to extract Block 4. Otherwise, assumes input is already Block 4 content.