i have a little regexp question. So in javascrip m...
# announcements
d
i have a little regexp question. So in javascrip my regex is /Chatham[^]/ where [^] is supposed to match one of anything. How do I write this in java/kotlin?