Skip to content
Snippets Groups Projects
stringr-grammar.html 1.47 MiB
<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />


<meta name="author" content="B. Philipp Kleer" />


<title>Textdaten bearbeiten mit stringr</title>

<script src="stringr-grammar_files/header-attrs-2.11/header-attrs.js"></script>
<script src="stringr-grammar_files/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="stringr-grammar_files/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
<script src="stringr-grammar_files/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="stringr-grammar_files/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="stringr-grammar_files/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
       h1.title {font-size: 38px;}
       h2 {font-size: 30px;}
       h3 {font-size: 24px;}
       h4 {font-size: 18px;}
       h5 {font-size: 16px;}
       h6 {font-size: 12px;}
       code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
       pre:not([class]) { background-color: white }</style>
<script src="stringr-grammar_files/jqueryui-1.11.4/jquery-ui.min.js"></script>
<link href="stringr-grammar_files/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="stringr-grammar_files/tocify-1.9.1/jquery.tocify.js"></script>
<script src="stringr-grammar_files/navigation-1.1/tabsets.js"></script>
<link href="stringr-grammar_files/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="stringr-grammar_files/pagedtable-1.1/js/pagedtable.js"></script>
<script src="stringr-grammar_files/clipboard-2.0.6/clipboard.min.js"></script>
<link href="stringr-grammar_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.css" rel="stylesheet" />
<script src="stringr-grammar_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.js"></script>
<script>window.xaringanExtraClipboard(null, {"button":"<i class=\"fa fa-clipboard\"><\/i>","success":"<i class=\"fa fa-check\" style=\"color: #90BE6D\"><\/i>","error":"<i class=\"fa fa-times-circle\" style=\"color: #F94144\"><\/i>"})</script>
<link href="stringr-grammar_files/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="stringr-grammar_files/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />

<style type="text/css">
  code{white-space: pre-wrap;}
  span.smallcaps{font-variant: small-caps;}
  span.underline{text-decoration: underline;}
  div.column{display: inline-block; vertical-align: top; width: 50%;}
  div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
  ul.task-list{list-style: none;}
    </style>


<style type="text/css">
  code {
    white-space: pre;
  }
  .sourceCode {
    overflow: visible;
  }
</style>
<style type="text/css" data-origin="pandoc">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }