Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: String split

Re: String split

From: Ban Spam <ban-spam_at_operamail.com>
Date: Fri, 30 Nov 2001 00:25:54 GMT
Message-ID: <Xns9168A7268F0B4SunnySD@24.0.3.73>


ramirez134_at_hotmail.com (Rami Huhtala) wrote in news:ac1562ed.0111290238.42eb1f61_at_posting.google.com:

> Hie
> how I can do this:
>
> line = 'cat & dog'
>
> I want split this line to two variables so that & is separator.
> like:
> variable1 = 'cat';
> variable2 = 'dog';
>
>
> Thanks
> Rami

awk will do it for you.

HTH & YMMV! Received on Thu Nov 29 2001 - 18:25:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US