reg ex expression - finding long character strings

From: lawrence (lkrubner_at_geocities.com)
Date: 05/30/04


Date: 30 May 2004 10:07:45 -0700

This reg ex will find me any block of strings 40 or more characters in
length without a white space, yes?

[^ ]{40}

To get it to include tabs and newlines, do I to this?

[^ \n\t]{40}



Relevant Pages

  • Re: reg ex expression - finding long character strings
    ... > This reg ex will find me any block of strings 40 or more characters in ... > length without a white space, ...
    (comp.lang.php)
  • Something wrong in my program
    ... and I'm having a hard time with strings. ... to do is a simple function that trims spaces & tabs at the beginning of a ... our text buffer can contain 15 characters ...
    (comp.lang.c)
  • Re: Ambiguous/debatable errata
    ... white space in formats; if white space occurs at a place in the format, ... "The format string may contain: ... Blanks or tabs, which are ignored". ... or until no more characters can be read. ...
    (comp.lang.c)
  • Re: Why R6RS is controversial
    ... the semantics of the language, ... behavior of grapheme-cluster characters under most linguistic ... as the strings grow longer. ... Normalization is hideously complicated, and may require many ...
    (comp.lang.scheme)
  • Re: Unicode LISP??
    ... I'm not experienced with Common Lisp library, ... terms of strings rather than characters. ... have their representation upgraded if they are updated in place. ...
    (comp.lang.lisp)