Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: compare two strings and return only he unique values.

by Kenosis (Priest)
on Feb 03, 2013 at 21:17 UTC ( [id://1016860]=note: print w/replies, xml ) Need Help??


in reply to Re: compare two strings and return only he unique values.
in thread compare two strings and return only he unique values.

Won't show "A" when:

my ( $str1, $str2 ) = ( 'ABCDEA', 'BCDEO' );

Replies are listed 'Best First'.
Re^3: compare two strings and return only he unique values.
by Not_a_Number (Prior) on Feb 03, 2013 at 22:40 UTC

    Yeah, I know. But the OP said:

    I am trying to display unique values from two strings

    So is 'A', in your dataset, unique or not?

    Depends upon a better spec, I suppose...

    Update: smls (below) already pointed this out;

      Your solution is elegant and works beautifully with "ABCDE", "BCDEO" -- the OP's two initial strings. But the OP later included "ABCDE", "BBBBB" as options, clearly indicating the possibility of character reptition. Quite agree that a clearer spec would help...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1016860]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found