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


in reply to Re^3: what is the best way to seperate the digits and strings from variable ?
in thread what is the best way to seperate the digits and strings from variable ?

frodo72, Don't fool yourself, as you signature says.

dbwiz has given you good advice. Assigning $1 without testing is almost a capital sin in Regex parlance. Your initial code would pass a test against the only example provided by the OP, but it would fail in many other cases.

Cheers

  • Comment on Re^4: what is the best way to seperate the digits and strings from variable ?

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.