How can I require users for letters, numbers and characters in the texte box?
someone shows me please
How can I require users for letters, numbers and characters in the texte box?
someone shows me please
What are you trying to achieve and what have you tried. Show some blocks.
I want to require the user to write like this
Yet you’re not clear enough! Help us understand elaborating your desired feature / design and failures.
Use regex
You got it?! Congrats!
Pattern
[A-Z]{2}-[0-9]{6}
Example:
Ok,but after generate the code ,how can use it like block in kodular.
use the regex extension @Boban mentioned in his first answer
alternatively use the Matches method from the tools extension together with your regex
Taifun