How do I get regex support in excel via a function, or custom function?

前端 未结 6 2183
有刺的猬
有刺的猬 2020-11-30 00:50

It appears that regex (as in regular expressions) is not supported in excel, except via VBA. Is this so, and if it is, are there any \"open source\" custom VBA functions tha

6条回答
  •  一向
    一向 (楼主)
    2020-11-30 01:38

    regexp use within functions is included in OpenOffice/LibreOffice Calc. To activate go to Tools > Options > Calc > Calulate: Y = Enable Regular Expressions in Formulas. I have used this many times.

提交回复
热议问题