This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |