|
|
Browse by Tags
All Tags » expressions
-
hi there
I am wanting to extract sku code from image url that has two patterns.
In the first case the image url ending pattern is as follows
/images/uploads/19113604-5.jpg
/images/uploads/19113604-4.jpg
/images/uploads/19113604-3.jpg
and I use regex
(?<=\buploads/)(\w+)
$1
this results in
19113604 which is what I want. ...
-
Hello , I want to validate the numeric digit is sequential and sort ascending (desc) , such as 123456 , 456789 are valid . 876543 ,54321 are also valid , Is anybody who can help me solve the problem ? thanks for your kindly help ^O^ my MSN: sparkyhuang520@hotmail.com Email : jianlin.huang@hp.com
-
I need help with a couple of expressions for redirects of a bunch of broken links:
---------
http://www.aeropause.com/bbpress/tags.php?tag=ride-to-hell
needs to be: http://www.aeropause.com/forums/tags.php?tag=ride-to-hell
---------
http://www.aeropause.com/bbpress/rss.php?topic=4
needs to be: ...
|
|
|