Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #22199
| From | markspace <markspace@nospam.nospam> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: regex reserved chars |
| Date | 2013-02-07 11:53 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kf10mj$pp0$1@dont-email.me> (permalink) |
| References | (2 earlier) <97897683-a69c-430a-a3de-90f2faeed82f@googlegroups.com> <kev2ec$rdb$1@dont-email.me> <n5j6h85b0okgheov2c86mtfgdkutqticka@4ax.com> <kf0odn$59n$1@dont-email.me> <ldt7h8h3jhqck20o8kaokkiu8v092gm7cs@4ax.com> |
On 2/7/2013 10:51 AM, Gene Wirchenko wrote: > On Thu, 07 Feb 2013 09:32:01 -0800, markspace >> <https://www.google.com/search?q=regex+character+class> >> >> What the FIRST link when you use that search? > > <http://www.regular-expressions.info/charclass.html> Yup, that's the first link for me too. And it has the answer Roedy wants. > Roedy was looking for "reserved regex chars". Your search uses > "regex character class". I would not have thought of that as it does > not seem to be what I would be looking for. If you're looking for information about meta-characters in regex character classes, shouldn't that be obvious? At first I might try is something more specific, but after 12+ years of Google use, it's kind of obvious to also try a more general search word list. Trying out five or ten different searches does not take 15 minutes total, as Roedy claimed. Yes, I realize that some things are hard to search for, but this is certainly not one of them. And for me personally that was the first search I tried after reviewing the Java Pattern page. Also, I'm surprised no one has pointed this out. From the Java Pattern page: "For a more precise description of the behavior of regular expression constructs, please see Mastering Regular Expressions, 3nd Edition, Jeffrey E. F. Friedl, O'Reilly and Associates, 2006." Chris folks, it even points you at the very authoritative source you claim to be looking for. Did anyone ever try reading that book? SOME things on the web or in computer science are esoteric and hard to find more information on. This is not one of those things.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
regex reserved chars Roedy Green <see_website@mindprod.com.invalid> - 2013-02-06 16:28 -0800
Re: regex reserved chars markspace <markspace@nospam.nospam> - 2013-02-06 16:54 -0800
Re: regex reserved chars Lew <lewbloch@gmail.com> - 2013-02-06 18:03 -0800
Re: regex reserved chars markspace <markspace@nospam.nospam> - 2013-02-06 18:10 -0800
Re: regex reserved chars Roedy Green <see_website@mindprod.com.invalid> - 2013-02-06 22:50 -0800
Re: regex reserved chars markspace <markspace@nospam.nospam> - 2013-02-07 09:32 -0800
Re: regex reserved chars Gene Wirchenko <genew@telus.net> - 2013-02-07 10:51 -0800
Re: regex reserved chars markspace <markspace@nospam.nospam> - 2013-02-07 11:53 -0800
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-08 20:25 -0500
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-08 20:32 -0500
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-08 20:17 -0500
Re: regex reserved chars Roedy Green <see_website@mindprod.com.invalid> - 2013-02-06 23:06 -0800
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-08 20:15 -0500
Re: regex reserved chars Lew <lewbloch@gmail.com> - 2013-02-09 10:43 -0800
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-06 20:18 -0500
Re: regex reserved chars Martin Gregorie <martin@address-in-sig.invalid> - 2013-02-07 21:17 +0000
Re: regex reserved chars Jim Janney <jjanney@shell.xmission.com> - 2013-02-07 20:47 -0700
Re: regex reserved chars Martin Gregorie <martin@address-in-sig.invalid> - 2013-02-09 00:50 +0000
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-08 20:06 -0500
Re: regex reserved chars markspace <markspace@nospam.nospam> - 2013-02-08 19:02 -0800
Re: regex reserved chars Nigel Wade <nmw@ion.le.ac.uk> - 2013-02-11 09:25 +0000
Re: regex reserved chars markspace <markspace@nospam.nospam> - 2013-02-11 07:16 -0800
Re: regex reserved chars Nigel Wade <nmw@ion.le.ac.uk> - 2013-02-11 17:12 +0000
Re: regex reserved chars Roedy Green <see_website@mindprod.com.invalid> - 2013-02-06 23:31 -0800
Re: regex reserved chars Robert Klemme <shortcutter@googlemail.com> - 2013-02-07 04:38 -0800
Re: regex reserved chars Arne Vajhøj <arne@vajhoej.dk> - 2013-02-08 20:02 -0500
csiph-web