Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106080859
PhutilRemarkupRuleBold.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
Sat, Mar 22, 04:41
Size
237 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 04:41 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
25110435
Attached To
rPHU libphutil
PhutilRemarkupRuleBold.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilRemarkupRuleBold
extends
PhutilRemarkupRule
{
public
function
apply
(
$text
)
{
return
preg_replace
(
'@
\\
*
\\
*(.+?)
\\
*
\\
*@s'
,
'<strong>
\1
</strong>'
,
$text
);
}
}
Event Timeline
Log In to Comment