Quick Search:
 
 PHP Code: BR2NL Function: Opposite of NL2BR Jump to:  
Category: >> PHP Code >> BR2NL Function: Opposite of NL2BR  

<< lastnext >>

Snippet Name: BR2NL Function: Opposite of NL2BR

Description: Simple way to do the opposite of what the nl2br() function does- turns breaks (
) into new lines.

Also see:
» Format money as millions, billions, et...
» Convert Seconds to Hours:Minutes:Secon...
» Truncate text while preserving HTML ta...
» Convert UK Dates To mySQL Format Dates
» Convert miles to feet, feet to miles, ...
» Calculate the difference between two t...
» Limit Text Area Characters
» Flip Text Upside Down
» Converting Rows to Columns
» RMAN: Format Directives
» USER: connection information
» USER: User Information 2
» USER Information
» SQL*Plus formatting
» Create string by formatting an amount ...
» CONVERT
» Convert text to soundex
» Convert between Decimal, Binary, Octal...
» Convert LONGs to LOBs
» Show info on current context
» List security related profile informat...
» Currency display formatting function
» Censor Message Text
» Text to GIF
» Nicely Format File Size
» Convert Minutes to Hours
» Convert Hours to Minutes
» Binary to Text and Text to Binary
» Basic currency conversion Convert 1 d...
» Update or convert DB field to uppercase

Comment: (none)

Language: PHP
Highlight Mode: PHP
Last Modified: June 13th, 2010

FUNCTION br2nl($string){
RETURN PREG_REPLACE('#<br\s*?/?>#i', "\n", $string); 
}


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org