jisp icon indicating copy to clipboard operation
jisp copied to clipboard

Regex properties in macros

Open mitranim opened this issue 11 years ago • 0 comments

Right now, in a code returned from a macro, regex property notations like /regex/.text render as [native code]. ToDo fix. The current workaround is to use the (get /regex/ property) notation or chaining with (do /reg/ (.stuff)), the same can be used as an internal fix. (Alternatively, simply stop translating them into regexes when parsing, leave as strings.)

mitranim avatar Jul 11 '14 18:07 mitranim