Grep issue
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 47104
interpreted = N
texte = Hi,I am having a bit of an issue with Grep and special characters. I am tryingto strip of the + character from a number, while replacing it with 0.Basically changing an international phone number, into the local form (eg:+6129999999 -> 0299999999).I read the BBedit notes for grep, applied those principles, but its stillnot working.It works for the * character:[text show=t]number=*61414200200[/text]
[text show=t]number=[grep search=^\*?61&replace=0][number][/grep][/text]>>output>>*614142002000414200200But not for the + character:[text show=t]number= +61414200200[/text]
[text show=t]number=[grep search=^\+?61&replace=0][number][/grep][/text]>>output>>+61414200200+61414200200According to BBedit, they are both similar types of special characters, andthe way to escape special characters is with a \. But I don't get why thisisn't working. Any ideas?Thanks,RajBBEdit Grep Tutorial: http://www.anybrowser.org/bbedit/grep.shtml-------------------------------------------------------------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:
Hi,I am having a bit of an issue with Grep and special characters. I am tryingto strip of the + character from a number, while replacing it with 0.Basically changing an international phone number, into the local form (eg:+6129999999 -> 0299999999).I read the BBedit notes for grep, applied those principles, but its stillnot working.It works for the * character:[text show=t]number=*61414200200[/text]
[text show=t]number=[grep search=^\*?61&replace=0][number][/grep][/text]>>output>>*614142002000414200200But not for the + character:[text show=t]number= +61414200200[/text]
[text show=t]number=[grep search=^\+?61&replace=0][number][/grep][/text]>>output>>+61414200200+61414200200According to BBedit, they are both similar types of special characters, andthe way to escape special characters is with a \. But I don't get why thisisn't working. Any ideas?Thanks,RajBBEdit Grep Tutorial: http://www.anybrowser.org/bbedit/grep.shtml-------------------------------------------------------------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/
Rajeev Kumar
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:
Hiding HTML and page breaks (1997)
Associative lookup style? + bit more (1997)
My recent WebDNA support inquiry (2006)
Malformed Pages (1999)
Fun with Dates - finally resolved but.... (1997)
Migrating to NT -Reply (1997)
[WebDNA] OT: Issue with some clouds (2009)
sendmail spaces (1997)
File Upload (1997)
Need some assistance. (1999)
WriteFile is there a max size? (1998)
Moment of Thanks (1997)
[WebDNA] sort parameters in search (2015)
New WebCatalog Version !!! (1997)
WebCatalog stalls (1998)
RequiredFields template (1997)
Country & Ship-to address & other fields ? (1997)
RE: Sum of Quantities (1997)
remove line item (2000)
[WebDNA] formdata written into a db (2016)