Re: String manipulation in Webcatalog

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 39074
interpreted = N
texte = try wrapping [likenumber] inside [math][likenumber][/math]like: [text]num=00000234567[/text] with 0=[num] without 0=[math][num][/math]works for me.on 10/4/01 8:04 AM, John Peacock at jpeacock@rowman.com wrote:> Laeg Ent. wrote: >> >> [grep >> search=0+([0-9]+)0+&replace=\1][likenumber][/grep] >> >> this just gets rid of the initial zeros...... >> >> 0010200 results in 10200 >> > > Sorry, the ([0-9]+) is too greedy (snagging all trailing zeros). If > you were using Perl, you could use this instead: > > [grep search=0+([0-9]+?)0+&replace=\1][likenumber][/grep] > > which would be the nongreedy version of 1 or more. In this case, you > will have to pick off the initial zeros then strip the trailing > zeros. Do this to strip the trailing zeros: > > [grep search=([1-9]+)0+$&replace=\1][likenumber][/grep] > > which is to say find any sequence numbers that do not include 0 and > are followed to the end of line by only zeros and replace it by just > the number. > > John ------------------------------------------------------------- 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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: String manipulation in Webcatalog (Marc M. 2001)
  2. Re: String manipulation in Webcatalog (Marc M. 2001)
  3. Re: String manipulation in Webcatalog (John Peacock 2001)
  4. Re: String manipulation in Webcatalog (Brian Fries 2001)
  5. Re: String manipulation in Webcatalog (Laeg Ent. 2001)
  6. Re: String manipulation in Webcatalog (Laeg Ent. 2001)
  7. Re: String manipulation in Webcatalog (Laeg Ent. 2001)
  8. Re: String manipulation in Webcatalog (Anup Setty 2001)
  9. Re: String manipulation in Webcatalog (John Peacock 2001)
  10. Re: String manipulation in Webcatalog (Anup Setty 2001)
  11. String manipulation in Webcatalog (Laeg Ent. 2001)
try wrapping [likenumber] inside [math][likenumber][/math]like: [text]num=00000234567[/text] with 0=[num] without 0=[math][num][/math]works for me.on 10/4/01 8:04 AM, John Peacock at jpeacock@rowman.com wrote:> Laeg Ent. wrote: >> >> [grep >> search=0+([0-9]+)0+&replace=\1][likenumber][/grep] >> >> this just gets rid of the initial zeros...... >> >> 0010200 results in 10200 >> > > Sorry, the ([0-9]+) is too greedy (snagging all trailing zeros). If > you were using Perl, you could use this instead: > > [grep search=0+([0-9]+?)0+&replace=\1][likenumber][/grep] > > which would be the nongreedy version of 1 or more. In this case, you > will have to pick off the initial zeros then strip the trailing > zeros. Do this to strip the trailing zeros: > > [grep search=([1-9]+)0+$&replace=\1][likenumber][/grep] > > which is to say find any sequence numbers that do not include 0 and > are followed to the end of line by only zeros and replace it by just > the number. > > John ------------------------------------------------------------- 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://search.smithmicro.com/ Marc M.

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:

[WebDNA] macOS 10.13.3 and WebDNA Mac Server 8.5.1 - hick-up (2019) $Append for Users outside the ADMIN group (1997) Webcat no longer supported? (2006) Possible Bug in 2.0b15.acgi (1997) WebDNA Solutions ... (1997) Beta 18 (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) WebCat2 - Getting to the browser's username/password data (1997) WCS Newbie question (1997) Re2: frames & carts (1997) can WC render sites out? (1997) TaxRate and ShipCost Problem (1998) More on the email templates (1997) Creating main- and sub-category search (1997) Quit revisited (1997) More Applescript (1997) Help name our technology! (1997) Emailer (1997) this works sometimes and sometimes not (1997) WebCat2b15MacPlugIn - [authenticate] not [protect] (1997)