Skip to content

Instantly share code, notes, and snippets.

@Vindaar
Created July 14, 2018 21:32
Show Gist options
  • Save Vindaar/b555e2a347d6c1fb8fe3f4199f80d3fa to your computer and use it in GitHub Desktop.
Save Vindaar/b555e2a347d6c1fb8fe3f4199f80d3fa to your computer and use it in GitHub Desktop.
if data =~ reg:
echo matches
let s = findAll(data, reg)
echo s
# ["Teil \nII<o:p></o:p>", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil]
# @["<P class=MsoNormal \nstyle=\"MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ; mso-pagination: none; mso-layout-grid-align: none\"><B><SPAN \nlang=de \nstyle=\'FONT-SIZE: 33pt; FONT-FAMILY: \"TimesNewRoman,Bold\",\"serif\"; mso-bidi-font-family: \"TimesNewRoman,Bold\"; mso-ansi-language: #0007\'>Teil \nII<o:p></o:p></SPAN></B></P>"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment