Re: [Hebrew] dagesh qal - special case question



In article <5bfti11c8ef7n8ap563ottg63bmftpqh45@xxxxxxx>, Ruud Harmsen wrote:

> Mon, 19 Sep 2005 13:17:48 GMT: joel@xxxxxxx (Dr. Joel M. Hoffman): in
> sci.lang:
>
>>>The exact search pattern was 'I[^AFE"IOWU]:[BGDKPT][.]?[/]?[AF]\d*T',
>>
>>(I wish I had software that could do that.)
>
> Sed, grep etc.? Standard (i.e., non-MS) regular expressions?

Perl, hence quite similar to sed or grep. Fairly standard, except the
"\d" for digits. The [^AFE"IOWU] for a consonant is not necessary, a
simple dot would have done it: everything immediately before a Schwa
must be a consonant.

Helmut Richter
.



Relevant Pages

  • Re: Novell Desktop Linux 10: getting closer to a toss up between Linux & Windows?
    ... On the other hand Linux has a well known (and sort of (almost) standardized ... But /video has become a sort of standard I think. ... I use 'locate' and 'grep' many times a day. ... As you have discovered finding something across many disk and partitions with so many giga bytes ...
    (comp.sys.ibm.pc.hardware.chips)
  • Re: Suffix allowed on expressions?
    ... integer can be typecasted to a pointer and the result ... text version of the C standard and grep. ... the word "typecast" appears nowhere in the standard. ...
    (comp.lang.c)
  • Re: "Tailing" grep (Was: cat and grep without destroying file)
    ... like to reopen a discussion about a very similar tool: a 'grep' that ... parameter that isn't there in this example) it listens on its standard ... input stream is being redirected to be the output from from 'tail'. ... Of course, this halts execution of a script until 'grep' exits, so it's ...
    (Ubuntu)
  • Re: Grep
    ... same request I get the sent mail file containing Gamblesby in the message ... What am I doing wrong with grep please? ... not a standard part of any distro. ...
    (uk.comp.os.linux)
  • Re: [Hebrew] dagesh qal - special case question
    ... Standard (i.e., non-MS) regular expressions? ... Prev by Date: ...
    (sci.lang)