Open jankapunkt opened 5 years ago
There needs to me a server-side method, named sendMessage that accepts the following criteria:
sendMessage
{ text: { type: String, min:1 , max: 1000, regExp: ? } }
The regEx is not defined yet, but need to meet the following criteria:
To learn regEx, see: https://regexr.com/
There needs to me a server-side method, named
sendMessage
that accepts the following criteria:The regEx is not defined yet, but need to meet the following criteria:
To learn regEx, see: https://regexr.com/