String manipulation

Discussion in 'Cadence' started by PolyPusher, Oct 1, 2009.

  1. PolyPusher

    PolyPusher Guest

    Hi,

    How do I take off the | symbol in skill? I am getting the instances
    in layout, but need to remove the "|" at the front of instances

    Example

    Input
    |I119

    Output
    I119

    Thank you for any help in advance,
    PolyPusher
     
    PolyPusher, Oct 1, 2009
    #1
  2. substring would be the simpler for that. There is also a bunch of functions for manipulating regular
    expressions (rex* and pcre*).

    See $CDS_INST_DIR//doc/sklangref/sklangref.pdf

    Yours,
     
    Jean-Marc Bourguet, Oct 1, 2009
    #2
  3. PolyPusher

    PolyPusher Guest

    That works!
    Thank you,
    Eric
     
    PolyPusher, Oct 1, 2009
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.