diff --git a/wfdb/io/_header.py b/wfdb/io/_header.py index 2be39c19..374d4589 100644 --- a/wfdb/io/_header.py +++ b/wfdb/io/_header.py @@ -107,7 +107,7 @@ ["(?P~?[-\w]*\.?[\w]*)[ \t]+(?P\d+)x?" "(?P\d*):?(?P\d*)\+?(?P\d*)[ \t]*", "(?P-?\d*\.?\d*e?[\+-]?\d*)\(?(?P-?\d*)\)?", - "/?(?P[\w\^\-\?%]*)[ \t]*(?P\d*)[ \t]*", + "/?(?P[\w\^\-\?%\/]*)[ \t]*(?P\d*)[ \t]*", "(?P-?\d*)[ \t]*(?P-?\d*)[ \t]*(?P-?\d*)", "[ \t]*(?P\d*)[ \t]*(?P[\S]?[^\t\n\r\f\v]*)"]) )