I would like to replace the same way as MS Word does please |
Guru master
|
PhpED supports regular expressions, which allows you to search/replace paragraph marks. I suspect this is a lot more powerful than MS Word search/replace.
Regular expressions need a bit of learning and they can be quite complex, although some aspects of them are also very easy. Click the Help button and you will see a help page on Regular expressions, plus there is lots of google info. PhpED uses PCRE syntax, which is Perl compatible. http://nz2.php.net/manual/en/reference.pcre.pattern.syntax.php There is also multiline search, which is a convenient way of searching/replacing new lines without using regular expressions. You can still use regex with multiline if you wish, plus multiline allows you to easily insert extra new lines and other special characters, which may be more difficult with PCRE regex. So to find );paragraph mark you could tick Regular Expression and search for );\n or use multiline amd search for ); followed by a blank new line. |
||||||||||||
|
I would like to replace the same way as MS Word does please |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by