Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94981820
PhutilRemarkupRuleDel.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
Wed, Dec 11, 22:27
Size
236 B
Mime Type
text/x-php
Expires
Fri, Dec 13, 22:27 (2 d)
Engine
blob
Format
Raw Data
Handle
22910095
Attached To
rPHU libphutil
PhutilRemarkupRuleDel.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilRemarkupRuleDel
extends
PhutilRemarkupRule
{
public
function
apply
(
$text
)
{
return
preg_replace
(
'@(?<!~)~~([^
\s
~].*?~*)~~@s'
,
'<del>
\1
</del>'
,
$text
);
}
}
Event Timeline
Log In to Comment