Also, talking with someone else (PHP they use), and they commented about using regex when doing what I need. Can someone enlighten me on using this to strip the non-numeric values? Thanks.$scalar = "a1b2"; @array = split(/\D/,$scalar); print @array;
In reply to Strip non-numeric by FireBird34
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |