Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92868930
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
Sun, Nov 24, 09:06
Size
237 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 09:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22528331
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