Skip to content

Instantly share code, notes, and snippets.

View vmalep's full-sized avatar

Pierre van Male vmalep

View GitHub Profile
@kbloom
kbloom / gist:757999
Created December 29, 2010 01:09
OpenOffice Calc regex matching macro
Function regex(a,b,c)
' Attention - made by novice, so can contain bugs
' a - string or cell to search in
' b - regexp string or cell containing regexp string
' c - back-reference number - analogy to \n in regexp syntax
' prepare regexp search options