Re: about a regex
wagsworld48 via beginners <[email protected]>
| Newsgroups | gmane.comp.lang.perl.beginners |
|---|---|
| Message-ID | <f4edf1db-bb35-4fe8-9e4c-c4679b45c047@Spark> |
Add ^ as [^a-zA-Z0-9] Though there are probably a number of different ways to approach RegEx… Wags ;) WagsWorld Hebrews 4:15 Ph(primary) : 408-914-1341 Ph(secondary): 408-761-7391 On Dec 31, 2021, 20:22 -0800, Piper H <[email protected]>, wrote: > Hello > > I know [a-zA-Z0-9] means words and numbers. > But what's the reverse of this regex? > > Thank you.