Was using find and replace to clean up some code and make it more legible and I realized that the find section of the find and replace function is not case sensitive but the replace part is case sensitive, which could lead to issues. For instance, I wanted to make sure that the word player was capitalized whenever it showed up in a rule so I ran replace: player with: Player and it ran through all of the already capitalized instances of the word. My uninformed suggestion would be to provide a prompt for the user that would allow them to decide whether the find and replace function is case sensitive each time they use it, but I don't know how that might affect other features or the vision of the creator so it's just my opinion.
Was using find and replace to clean up some code and make it more legible and I realized that the find section of the find and replace function is not case sensitive but the replace part is case sensitive, which could lead to issues. For instance, I wanted to make sure that the word player was capitalized whenever it showed up in a rule so I ran replace: player with: Player and it ran through all of the already capitalized instances of the word. My uninformed suggestion would be to provide a prompt for the user that would allow them to decide whether the find and replace function is case sensitive each time they use it, but I don't know how that might affect other features or the vision of the creator so it's just my opinion.