Tedd Sperling wrote:
> On May 29, 2013, at 5:53 PM, Ashley Sheridan
> wrote:
> > Sometimes when all you know is regex, everything looks like a nail...
> >
> > Thanks,
> > Ash
> >
>
> There are people who *know* regrex?
Well, not *biblically*, but yeah, I do.
--
PHP General Mailing List
On May 29, 2013, at 5:53 PM, Ashley Sheridan wrote:
> Sometimes when all you know is regex, everything looks like a nail...
>
> Thanks,
> Ash
>
There are people who *know* regrex?
Cheers,
tedd
_
tedd.sperl...@gmail.com
http://sperling.com
--
PHP General Mailing List (htt
On 28.05.2013 23:17, Daevid Vincent wrote:
I'm adding some minification to our cache.class.php and am running into an
edge case that is causing me grief.
I want to remove all comments of the // variety, HOWEVER I don't want to
remove URLs...
You need a negative look behind assertion
( http://
Hi Daevid,
On Tue, May 28, 2013 at 2:40 PM, Daevid Vincent wrote:
> I appreciate the pointer, but our files, like many people, is a mixture of
> HTML, PHP and JS in one file. This jsmin appears to only work on .js files
> right? Also, everything else works great in our minifing method, just this
> From: David Harkness [mailto:davi...@highgearmedia.com]
>
> We have been using a native jsmin extension [1] which does a lot more
> without any trouble for over two years now. It's much faster than the
> equivalent PHP solution and is probably tested by a lot more people than a
> home-grown vers
Hi Daevid,
On Tue, May 28, 2013 at 2:17 PM, Daevid Vincent wrote:
> I'm adding some minification to our cache.class.php . . .
We have been using a native jsmin extension [1] which does a lot more
without any trouble for over two years now. It's much faster than the
equivalent PHP solution and
I'm adding some minification to our cache.class.php and am running into an
edge case that is causing me grief.
I want to remove all comments of the // variety, HOWEVER I don't want to
remove URLs...
Given some example text here with carefully crafted cases:
// another comment here
http://foo.com
Okay, I've been asked to take a bunch of HTML pages and turn them into Excel
spreadsheets by running them through a PHP script and outputting a
semicolon-delimited text file. The pages are in this format:
Name: LAST, FIRST MIDDLE
Pilot's Address : ADDRESS LINE 1
8 matches
Mail list logo