in reply to Re: Re: Re: Regex to match file extension in URL
in thread Regex to match file extension in URL
I don't get [^.]. 'Splain? :)\. # literal period ( # start capture [^.] # any character that's not...any character? + # one or more of them ) # stop capture $ # end of line
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Regex to match file extension in URL
by Trimbach (Curate) on Sep 09, 2001 at 19:07 UTC |