B
Barry
Hi
Using regex i want to extract
games-world-
102a
from http://www.sokoban.com/games/games-world-102a
some times url might be http://www.sokoban.com/games/
or http://www.sokoban.com/games
in the last 2 cases i want "" (empty string) returned
what will the regexpression for the be
TIA
Barry
Using regex i want to extract
games-world-
102a
from http://www.sokoban.com/games/games-world-102a
some times url might be http://www.sokoban.com/games/
or http://www.sokoban.com/games
in the last 2 cases i want "" (empty string) returned
what will the regexpression for the be
TIA
Barry