Re: Using grep to parse Canadian Postal Codes
This WebDNA talk-list message is from 2002
It keeps the original formatting.
numero = 45691
interpreted = N
texte = Dennis J. Bonsall, Jr. wrote:> Here is the grep string I am using:> > [grep> search=([^a-zA-Z][^0-9][^a-zA-Z][^0-9][^a-zA-Z][^0-9])&replace=\1_][zip_][/grep]You are missing the point of [grep], which takes a search string and only fires the replacement if a portion of the string _matches the entire search_ in the first place. You cannot use it in a negative search like that.Try doing it this way instead:[text]testzip=[zip_][/text][grep search=([a-zA-Z][0-9][a-zA-Z][0-9][a-zA-Z][0-9])&replace=OK_CAZIP][testzip][/grep][showif [testzip]=OK_CAZIP][!]whatever you want to happen[/!][/showif]John-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Dennis J. Bonsall, Jr. wrote:> Here is the grep string I am using:> > [grep> search=([^a-zA-Z][^0-9][^a-zA-Z][^0-9][^a-zA-Z][^0-9])&replace=\1_][zip_][/grep]You are missing the point of [grep], which takes a search string and only fires the replacement if a portion of the string _matches the entire search_ in the first place. You cannot use it in a negative search like that.Try doing it this way instead:[text]testzip=[zip_][/text][grep search=([a-zA-Z][0-9][a-zA-Z][0-9][a-zA-Z][0-9])&replace=OK_CAZIP][testzip][/grep][showif [testzip]=OK_CAZIP][!]whatever you want to happen[/!][/showif]John-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
John Peacock
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Next X hits (1996)
Am on the list? (1997)
Loop code problem (2000)
Sendmail Recipients (2001)
same products but different (1998)
RE: [WebDNA] Installing WebDNA on Windows 7 64 Bit, Home Premium (2010)
is 'template' a reserved webcat tag? (2000)
Frames and WebCat (1997)
BIG PROBLEMS with Checkboxes!!! (1998)
Re:Up-date for Webcatalog 2.0 (1998)
SiteGuard Admin Feature ? (1997)
WebCat & WebTen (1997)
Bug alert! (1997)
Signal Raised error (1997)
WebCat2b12 CGI Mac - [shownext] problem (1997)
WebCat & WebTen (1997)
shownext problems (1998)
WebCat2b13MacPlugIn - [shownext method=post] ??? (1997)
Interfacing WC with mail server (1998)
WebCatalog Hosting (1996)