You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<linkrel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 --><title>Index - R Package stringx</title>
8
+
<linkrel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 --><title>Index - R Package stringx</title>
<h1>stringx: Replacements for base R string functions powered by stringi<aclass="headerlink" href="#stringx-replacements-for-base-r-string-functions-powered-by-stringi" title="Link to this heading">#</a></h1>
257
257
<blockquoteclass="epigraph">
258
258
<div><p>English is the native language for only 5% of the World population.
@@ -264,9 +264,9 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
264
264
This package replaces base R string functions with ones that fully
265
265
support the Unicode standards related to natural language
266
266
and date-time processing.
267
-
Thanks to <aclass="reference external" href="https://icu.unicode.org/">ICU</a>
267
+
Thanks to <aclass="reference external" href="https://icu.unicode.org/"><strongclass="program">ICU</strong></a>
they are fast, reliable, and portable across different platforms.</p>
271
271
</div></blockquote>
272
272
<p><aclass="reference external" href="https://www.r-project.org/">R</a>’s ambitions go far beyond being merely the
@@ -284,8 +284,9 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
284
284
<aclass="reference external" href="https://deepr.gagolewski.com/">Deep R Programming</a>.</p>
285
285
</div>
286
286
<p><strong>stringx brings R string processing abilities into the 21st century.</strong>
287
-
It replaces functions like <codeclass="docutils literal notranslate"><spanclass="pre">paste()</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">grep()</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">tolower()</span></code>,
288
-
<codeclass="docutils literal notranslate"><spanclass="pre">strptime()</span></code>, and <codeclass="docutils literal notranslate"><spanclass="pre">sprintf()</span></code> with ones that:</p>
287
+
It replaces functions like <strongclass="command">paste</strong>, <strongclass="command">grep</strong>,
288
+
<strongclass="command">tolower</strong>, <strongclass="command">strptime</strong>, and <strongclass="command">sprintf</strong>
289
+
with ones that:</p>
289
290
<ulclass="simple">
290
291
<li><p>support a wide range of languages and scripts and
291
292
fully conform to <aclass="reference external" href="https://www.unicode.org/">Unicode</a> standards
@@ -297,7 +298,8 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
297
298
with other procedures, etc.;
298
299
they are all thoroughly documented in this online manual,
299
300
happy reading! 🤓),</p></li>
300
-
<li><p>are more forward-pipe (<codeclass="docutils literal notranslate"><spanclass="pre">|></span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">magrittr::%>%</span></code>) operator-friendly.</p></li>
301
+
<li><p>are more forward-pipe (<strongclass="command">|></strong> or <strongclass="command">magrittr::%>%</strong>)
302
+
operator-friendly.</p></li>
301
303
</ul>
302
304
<p>Also, a few new, useful operations are introduced.</p>
303
305
<divclass="highlight-r notranslate"><divclass="highlight"><pre><span></span><spanclass="nf">install.packages</span><spanclass="p">(</span><spanclass="s">"stringx"</span><spanclass="p">)</span><spanclass="w"></span><spanclass="c1"># install from CRAN</span>
@@ -319,13 +321,30 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
319
321
<spanclass="c1">## 😂😃= NaN</span>
320
322
</pre></div>
321
323
</div>
322
-
<p><strong>stringx</strong> is a set of wrappers around
323
-
<aclass="reference external" href="https://stringi.gagolewski.com/">stringi</a> — a mature
324
+
<!--
325
+
% COMMENT
326
+
%
327
+
% but we do not aim to fix the whole nam.ING_meSS
328
+
%
329
+
% 99% compatible (cannot be 100% as they use a different regex engine,
330
+
% for example, and some inconsistencies are quite obvious and can be a push
Copy file name to clipboardExpand all lines: .devel/sphinx/_build/html/news.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<linkrel="index" title="Index" href="genindex.html" /><linkrel="search" title="Search" href="search.html" /><linkrel="prev" title="trimws: Trim Leading or Trailing Whitespaces" href="rapi/trimws.html" />
Copy file name to clipboardExpand all lines: .devel/sphinx/_build/html/rapi/ISOdatetime.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<linkrel="index" title="Index" href="../genindex.html" /><linkrel="search" title="Search" href="../search.html" /><linkrel="next" title="about_stringx: Drop-in Replacements for Base String Functions Powered by Stringi" href="about_stringx.html" /><linkrel="prev" title="stringx: Replacements for base R string functions powered by stringi" href="../index.html" />
0 commit comments