Isaac Olajos
Isaac Olajos
> We can provide a method to convert screen coordinates to chart coordinates and vice-versa. We have the function internally, but it is not exposed yet. This would be very...
```eval(regex('{inp1}','[a-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?', 'has'))``` This is the incoming string, if I replace the second parameter (the RegEx string) with a simple regex not containing \ or ' it works without issue. ie:...
Awesome thank you.
Would be great if this could be merged for the next implementation.