Replies: 1 comment
-
In most languages you can easily look at the text that the user submitted as the solution. In some languages you can overwrite library functions. In those cases you can simply overwrite the regexp stuff with null/none/undefined/whatever. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm fairly new on creating my own kata. Im trying to make a probleminvolving Strings that is really simple to solve with regex, but I want it to be solved by looping through a given String, is there a way to prevent users to call any regex methods?
Beta Was this translation helpful? Give feedback.
All reactions