eternagame / EternaJS

Eterna game/RNA design interface
Other
12 stars 10 forks source link

Make tutorial script instructions consistently case insensitive #738

Closed luxaritas closed 8 months ago

luxaritas commented 8 months ago

Summary

A number of rscript commands were not case insensitive, even though all of them should be. They are now all case insensitive

Implementation Notes

The regex /i flag was missing on some newer commands. I also removed /g flags since none of them should match multiple times

Testing

Manually ran tutorial scripts with showuiarrow and showtextboxnucleotide

Related Issues

Resolves #737