1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-16 06:26:24 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀

This commit is contained in:
dvikan
2022-12-27 23:35:19 +00:00
parent 64660ccf2a
commit a66c89f91f
60 changed files with 1339 additions and 64 deletions

View File

@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../Helper_functions/index.html">Helper functions</a></h1>
<span class="ModifiedDate">
November 27, 2022 at 8:11 AM </span>
December 27, 2022 at 3:35 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/06_Helper_functions/index.md" target="_blank">
Edit on GitHub </a>
@ -218,7 +218,7 @@ $extracted = extractFromDelimiters($string, $start, $end);
<span class="hljs-comment">// 'John Doe'</span>
</code></pre>
<h1><a id="stripwithdelimiters" href="#stripwithdelimiters" class="Permalink" aria-hidden="true" title="Permalink">#</a>stripWithDelimiters</h1>
<p>Remove one or more part(s) of a string using a start and end delmiters.
<p>Remove one or more part(s) of a string using a start and end delimiter.
It is the inverse of <code>extractFromDelimiters</code>.</p>
<pre><code class="hljs php"><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">stripWithDelimiters</span><span class="hljs-params">(string $string, string $start, string $end)</span> : <span class="hljs-title">string</span>
</span></code></pre>