#🚀Regex
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
I tried (",|\.|\s") but it's not accurate
could you be more precise ? you want to select just the characters? or that the character string is equal to at least one character?
while ur attempt is overcomplicating a lot, it should still work
that said, a shorter version of the same is [., ]
we cant help u like that though. u have to show some examples and elaborate what u mean by "its not working"
cause it works perfectly fine
to be fair, i suppose they did that. but bc they forgot `, discord evaluated them and didnt render them
like, \ also escapes in discord markup (unless put into code fences)
Thank you so much, this way of writing Regex is amazing! I like it ❤️
Sry, I'm gonna make sure to do that next time