Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » regular expression for <?php which have missing < in front(trying to find corrupted php opening tags via regular expression)
icon5.gif  regular expression for <?php which have missing < in front [message #1350115] Mon, 12 May 2014 14:03 Go to next message
pavel georgiev is currently offline pavel georgievFriend
Messages: 2
Registered: May 2014
Junior Member
Hi i am trying to find corrupted opening tags in one project
i am trying to use

(?!<)\?php

but without success Sad
some of my files have ?php instead <?php
and i want to replace all ?php with <?php
but i am not able to find files which have corrupted opening tag

anyone can help?

Thanks in advance,
Regards
Re: regular expression for <?php which have missing < in front [message #1368916 is a reply to message #1350115] Tue, 20 May 2014 10:31 Go to previous message
pavel georgiev is currently offline pavel georgievFriend
Messages: 2
Registered: May 2014
Junior Member
if anyone have the same issue
the following regexp do the magic Wink

(^)\?php
Previous Topic:Looking for an Eclipse build for Linux AArch64
Next Topic:DeltaDataTree and OOM
Goto Forum:
  


Current Time: Thu Apr 25 10:38:12 GMT 2024

Powered by FUDForum. Page generated in 0.03001 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top