-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quarto GHA Workflow Runner
committed
May 29, 2024
1 parent
b8c2179
commit ca0a0e5
Showing
8 changed files
with
57 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ff4aae40 | ||
9b0a2ea1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,6 +216,7 @@ <h1 class="title">String manipulation with stringr :: Cheatsheet</h1> | |
Translations (PDF) | ||
</p> | ||
<ul> | ||
<li><a href="../translations/portuguese/strings_pt_br.pdf"><i class="bi bi-file-pdf"></i>Portuguese</a></li> | ||
<li><a href="../translations/spanish/strings_es.pdf"><i class="bi bi-file-pdf"></i>Spanish</a></li> | ||
<li><a href="../translations/vietnamese/strings_vi.pdf"><i class="bi bi-file-pdf"></i>Vietnamese</a></li> | ||
</ul> | ||
|
@@ -661,10 +662,10 @@ <h3 class="anchored" data-anchor-id="alternates">Alternates</h3> | |
<table class="table"> | ||
<caption>Alternates</caption> | ||
<colgroup> | ||
<col style="width: 15%"> | ||
<col style="width: 12%"> | ||
<col style="width: 17%"> | ||
<col style="width: 20%"> | ||
<col style="width: 44%"> | ||
<col style="width: 21%"> | ||
<col style="width: 45%"> | ||
</colgroup> | ||
<thead> | ||
<tr class="header"> | ||
|
@@ -733,10 +734,10 @@ <h3 class="anchored" data-anchor-id="look-arounds">Look Arounds</h3> | |
<table class="table"> | ||
<caption>Look arounds</caption> | ||
<colgroup> | ||
<col style="width: 15%"> | ||
<col style="width: 13%"> | ||
<col style="width: 19%"> | ||
<col style="width: 21%"> | ||
<col style="width: 41%"> | ||
<col style="width: 42%"> | ||
</colgroup> | ||
<thead> | ||
<tr class="header"> | ||
|
@@ -781,10 +782,10 @@ <h3 class="anchored" data-anchor-id="quantifiers">Quantifiers</h3> | |
<table class="table"> | ||
<caption>Quantifiers</caption> | ||
<colgroup> | ||
<col style="width: 14%"> | ||
<col style="width: 22%"> | ||
<col style="width: 20%"> | ||
<col style="width: 40%"> | ||
<col style="width: 12%"> | ||
<col style="width: 23%"> | ||
<col style="width: 21%"> | ||
<col style="width: 41%"> | ||
</colgroup> | ||
<thead> | ||
<tr class="header"> | ||
|
@@ -842,10 +843,10 @@ <h3 class="anchored" data-anchor-id="groups">Groups</h3> | |
<table class="table"> | ||
<caption>Groups</caption> | ||
<colgroup> | ||
<col style="width: 15%"> | ||
<col style="width: 19%"> | ||
<col style="width: 13%"> | ||
<col style="width: 20%"> | ||
<col style="width: 42%"> | ||
<col style="width: 21%"> | ||
<col style="width: 43%"> | ||
</colgroup> | ||
<thead> | ||
<tr class="header"> | ||
|
@@ -902,11 +903,11 @@ <h3 class="anchored" data-anchor-id="groups">Groups</h3> | |
<hr> | ||
<p>CC BY SA Posit Software, PBC • <a href="mailto:[email protected]">[email protected]</a> • <a href="https://posit.co">posit.co</a></p> | ||
<p>Learn more at <a href="https://stringr.tidyverse.org">stringr.tidyverse.org</a>.</p> | ||
<p>Updated: 2023-07.</p> | ||
<p>Updated: 2024-05.</p> | ||
<div class="cell"> | ||
<div class="sourceCode cell-code" id="cb80"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb80-1"><a href="#cb80-1" aria-hidden="true" tabindex="-1"></a><span class="fu">packageVersion</span>(<span class="st">"stringr"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> | ||
<div class="cell-output cell-output-stdout"> | ||
<pre><code>[1] '1.5.0'</code></pre> | ||
<pre><code>[1] '1.5.1'</code></pre> | ||
</div> | ||
</div> | ||
<hr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.