Tagged Questions
16
votes
11answers
12k views
Php code formatter / beautifier and php beautification in general
Do you know any good tools for nicely formatting messy php code? Preferably a script for Aptana/Eclipse, but a standalone tool will do too.
2
votes
3answers
76 views
php compiler to compare code?
We have a codebase of php scripts that we want to convert to a new coding convention. We are looking at automated beautifying to convert scripts to the new standard. We'd like to make double sure that ...
0
votes
1answer
98 views
Regex for beautify text
HI,
I would like to create a function that beautify my text. For this I use a regex who remplace some characters, but it not run. Can you give me the regular expression for this :
Replace the first ...