I have a regex to find something like /someChars1@someChars2BOT in java
rules:
the text has to start with / symbol
someChars1 should contain at least 1 char or more (it could not be whiteSpace)
someChars2 has to start with @ symbol and it could not be whitespace
the text has to end with BOT word
the text could not contain whitespace
can someone help me? thank you in advance