Perl function to find first non-repeating character in a string ?

Posted by kivien on Stack Overflow See other posts from Stack Overflow or by kivien
Published on 2010-03-30T20:48:54Z Indexed on 2010/03/30 20:53 UTC
Read the original article Hit count: 388

Filed under:
|

Write a function that returns the first non-repeating character in a string. Example: “Thanks for visiting" returns "h".

© Stack Overflow or respective owner

Related posts about perl

Related posts about homework