String manipulation

P

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 <eric.d.fitzsimmons@gmail.com> writes:

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
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
 
On Oct 1, 9:53 am, Jean-Marc Bourguet <j...@bourguet.org> wrote:
PolyPusher <eric.d.fitzsimm...@gmail.com> writes:
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

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
That works!
Thank you,
Eric
 

Welcome to EDABoard.com

Sponsor

Back
Top