mIRC Homepage
Posted By: nwmv $chr() Question - 23/06/17 04:00 PM
I'm looking to remove all punctuation from a message. Is there a more efficient way to remove a list rather than typing out each one individually like $remove(message,$chr(32),$chr(33),$chr(34),etc) ?
Posted By: FroggieDaFrog Re: $chr() Question - 23/06/17 09:12 PM
All punctuation?

Code:
$regsubex(message, /[\s[:punct:]]/g,)
© mIRC Discussion Forums