|
|
Browse by Tags
All Tags » between text
-
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 did not manage to find appropriate script for my need in this fantastic forum, so I hope someone could help me with this case.
(I believe this is quite trivial for one who really knows regex (I have just used some well known scripts in my code and not able quickly create this one).)
Here is information of what I have got so far ...
-
Hi
I am trying to extract all the text between two words from the following text
4644485 Connect prod@64.151.xx.xx on
4644485 Init DB ...
|
|
|