Adding support for oct escaping #1275
mordicool-medigate-io
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can we please add escaping for the
#
in thereplaceOctothorpe
function?Somthing like this:
m.replace("#", valueStr)
=>m.replace(/(?<!\\)#/,
valueStr)`This will be very appreciated, and enable the use of
#
as part of theplural
macro 👍🏻Beta Was this translation helpful? Give feedback.
All reactions