Jump to content

Need current dir of string


XpertWorlock

Recommended Posts

trying to get a reg exp to get the current directory of a string (not working directory).

So far what I have is :

 

http\:\/\/www\.([a-zA-Z0-9\-\.]+)([a-zA-Z0-9\-\/]*)

 

the problem is it will capture the filename too :

 

ex . http://www.example.com/testFolder/test.php

 

output -> http://www.example.com/testFolder/test

 

I'm assuming I have to use a look ahead to ensure there is no extension, but I've never fully grasped look aheads.

Can anyone help?

 

Link to comment
https://forums.phpfreaks.com/topic/232213-need-current-dir-of-string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.