reg ex expression - finding long character strings
From: lawrence (lkrubner_at_geocities.com)
Date: 05/30/04
- Next message: Jack: "Re: How to show table based on variable?"
- Previous message: Danny: "RSS"
- Next in thread: Garp: "Re: reg ex expression - finding long character strings"
- Reply: Garp: "Re: reg ex expression - finding long character strings"
- Reply: John Dunlop: "Re: reg ex expression - finding long character strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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}
- Next message: Jack: "Re: How to show table based on variable?"
- Previous message: Danny: "RSS"
- Next in thread: Garp: "Re: reg ex expression - finding long character strings"
- Reply: Garp: "Re: reg ex expression - finding long character strings"
- Reply: John Dunlop: "Re: reg ex expression - finding long character strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|