Search results

  1. H

    How to match this pattern in PHP?

    i have: $str = '54565_hates.txt'; i want: $part1 = 54565; $part2 = 'hates'; Would you help me please
Back
Top