http://www.perlmonks.org?node_id=1057063


in reply to regex help

Why not simply test the two conditions? First test that the word contains a letter, and in a second test check that the word contains a number?

Replies are listed 'Best First'.
Re^2: regex help
by kelscat18 (Initiate) on Oct 05, 2013 at 19:16 UTC
    well.. that works fine too^^ thanks.