Re: Matching neighbouring words of a pattern using Regex
Next message: Charles DeRykus: "Re: Matching neighbouring words of a pattern using Regex"
Date: Mon, 30 Aug 2004 22:14:12 GMT
CV wrote:
> How can I match 'n' number of neighbouring words of a pattern using
> regular expressions?
This group is defunct. See reply in comp.lang.perl.misc.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
Next message: Charles DeRykus: "Re: Matching neighbouring words of a pattern using Regex"
Relevant Pages
- [SUMMARY] Statistician I (#167)
... The heart of this problem, as suggested in the quiz description, is pattern ... have the pattern matching in place, the rest of the code is pretty trivial. ... use regular expressions, or at least review their knowledge. ... Next, as indicated in the comment, square brackets surrounding text are ... (comp.lang.ruby) - Re: position absolute different in IE than firefox, help!
... You referring to the F & R dialog box in BBEdit for Mac? ... Grep is the name of a frequently used Unix command that searches ... does is print out each line of the buffer that matches the pattern. ... The thing they have in common is regular expressions, ... (alt.html) - Re: Verifying email address format
... >>If you were to use Regular Expressions, ... I knew full-well that the Regular Expression pattern I suggested was flawed, ... I think the rules are fairly strictly as to what characters are ... While it's true that email addresses are irregular, ... (microsoft.public.access.formscoding) - Re: [OT] Re: Chris Sonnack on VB.Nets putative Set statement
... > regex is in a C-ish language string. ... the ease of making errors in regular expressions is a concern ... You do need to replicate the pattern on either side of the comma ... (comp.programming) - Re: what is the quickest way to find out whether a string contains another string?
... Why would anyone want to use regular expressions to look for a plain ... Regular expressions are a tool for deciding whether a String or ... searching is a trivial degeneration of the problem addressed by regular ... input string into a pattern that matches only itself is the first task. ... (comp.lang.java.programmer) |
|