Saturday, 14 September 2013

Regex select the last numbers after the /

Regex select the last numbers after the /

in this example
BIOLOGIQUES
3433 130906 / 3842
to select 3433 I use
BIOLOGIQUES\s+(\d+)
But what changes should I do to select the last one 3842?

No comments:

Post a Comment