How to write typeins

Submitted by Wizzandy on September 29, 2025
Guys what does +start, +end, +contains and +regex mean i dont understand

Also how do i do that thing where i post a link but it has words over it, for example i give a link to a jetpunk quiz but the link says "click this" or smth like that

2 Comments
+3
Level 73
Sep 29, 2025
The second part you're talking about is a hyperlink. All you have to do is write this out:

< a href="url" >text< /a >

It is very important to remove the spaces in between the brackets, I did it here as otherwise it would appear as a hyperlink and you wouldn't be able to be view it as text.

As for the type-ins, I'd strongly recommend using RegEx due to you being able to decide in a simple line many different combinations for an answer. If you do decide to use RegEx, Stewart made a brilliant guide which I'd highly recommend reading.

+2
Level 52
Sep 30, 2025
Stewart’s guide helped me and I’m pretty good at it now.