Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93486429
PhutilRemarkupRuleLinebreaks.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 03:37
Size
213 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 03:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22648236
Attached To
rPHU libphutil
PhutilRemarkupRuleLinebreaks.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilRemarkupRuleLinebreaks
extends
PhutilRemarkupRule
{
public
function
apply
(
$text
)
{
return
str_replace
(
"
\n
"
,
"<br />
\n
"
,
$text
);
}
}
Event Timeline
Log In to Comment