Regex blocks are very strict
-
I have been messing with regex blocks and have found that they’re very strict without error catchers. If you enter an invalid regex (in the actual regex input or the flag input) and run it, it will soft crash your project, I also have found that regex
I was making a regex to help separate markdown results, and after entering the regex “^(?=[).*?]$” (I’m fairly certain this was the last regex I used, it was this or a modified version of it) with the flags “gm” (neither in quotes inside the actual block) inside a regex () flag () search [list] block, it soft crashed, I reloaded and the project is hard crashed (reload button green screen of death), the project link is https://play.creaticode.com/projects/657b3d790919ac1fadb53337
-
We will add a guard to the regex block and recover your project. Sorry about that.