Save & Share

  • Current Version: 1
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java
  • .NET 7.0 (C#)
  • Rust
  • PCRE (Legacy)
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests
Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
Processing...

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "(?m)nächste Hochwasser ist um <br>([\d:]*)" Local $sString = "<!DOCTYPE html>" & @CRLF & _ "<html dir="ltr" lang="de">" & @CRLF & _ "<head>" & @CRLF & _ "<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin><link rel="preconnect" href="https://ajax.cloudflare.com" crossorigin><link rel="preconnect" href="https://www.googletagmanager.com" crossorigin><link rel="preconnect" href="https://www.google-analytics.com" crossorigin>" & @CRLF & _ "<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" crossorigin><link rel="dns-prefetch" href="https://ajax.cloudflare.com" crossorigin><link rel="dns-prefetch" href="https://www.googletagmanager.com" crossorigin><link rel="dns-prefetch" href="https://www.google-analytics.com" crossorigin><link rel="preconnect" href="https://googleads.g.doubleclick.net" crossorigin><link rel="preconnect" href="https://pagead2.googlesyndication.com" crossorigin><link rel="preconnect" href="https://partner.googleadservices.com" crossorigin><link rel="preconnect" href="https://www.google.com" crossorigin><link rel="preconnect" href="https://adservice.google.com" crossorigin><link rel="preconnect" href="https://www.googletagservices.com" crossorigin><link rel="preconnect" href="https://tpc.googlesyndication.com" crossorigin><link rel="preconnect" href="https://securepubads.g.doubleclick.net" crossorigin>" & @CRLF & _ "<link rel="dns-prefetch" href="https://googleads.g.doubleclick.net" crossorigin><link rel="dns-prefetch" href="https://pagead2.googlesyndication.com" crossorigin><link rel="dns-prefetch" href="https://partner.googleadservices.com" crossorigin><link rel="dns-prefetch" href="https://www.google.com" crossorigin><link rel="dns-prefetch" href="https://adservice.google.com" crossorigin><link rel="dns-prefetch" href="https://www.googletagservices.com" crossorigin><link rel="dns-prefetch" href="https://tpc.googlesyndication.com" crossorigin><link rel="dns-prefetch" href="https://securepubads.g.doubleclick.net" crossorigin><link rel="preconnect" href="https://ads.adthrive.com" crossorigin><link rel="dns-prefetch" href="https://ads.adthrive.com" crossorigin><link rel="dns-prefetch" href="https://ads.pubmatic.com" crossorigin><link rel="dns-prefetch" href="https://c.amazon-adsystem.com" crossorigin><link rel="dns-prefetch" href="https://sb.scorecardresearch.com" crossorigin><link rel="dns-prefetch" href="https://eb2.3lift.com" crossorigin><link rel="dns-prefetch" href="https://confiant-integrations.global.ssl.fastly.net" crossorigin><link rel="dns-prefetch" href="https://prebid-server.rubiconproject.com" crossorigin><link rel="dns-prefetch" href="https://ib.adnxs.com" crossorigin><link rel="dns-prefetch" href="https://creativecdn.com" crossorigin><link rel="dns-prefetch" href="https://insight.adsrvr.org" crossorigin><link rel="dns-prefetch" href="https://x.bidswitch.net" crossorigin><link rel="dns-prefetch" href="https://match.adsrvr.org" crossorigin><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9262242183060755" crossorigin="anonymous"></script><script>!function(e,r){e.adthrive=e.adthrive||{},e.adthrive.cmd=e.adthrive.cmd||[],e.adthrive.plugin="adthrive-ads-1.0.40-manual",e.adthrive.host="ads.adthrive.com";var t=r.createElement("script");t.async=!0,t.referrerpolicy="no-referrer-when-downgrade",t.src="https://"+e.adthrive.host+"/sites/5e483e09231faa5bc174c1f2/ads.min.js?referrer="+e.encodeURIComponent(e.location.href);var a=r.getElementsByTagName("script")[0];a.parentNode.insertBefore(t,a)}(window,document);</script>" & @CRLF & _ "<title>Playa de Costa Calma Gezeiten, Tidenkalender, Hochwasser und Niedrigwasser, Ebbe und Flut, Tidenhub - Provincia de Las Palmas - Canary Islands - Spain - 2021 - Tideschart.com</title><link rel="preload" href="/tideschart/assets/css/tideschart-com-min.css?v2.0.13" as="style" /><link rel="stylesheet" href="/tideschart/assets/css/tideschart-com-min.css?v2.0.13" /><link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js" as="script" integrity="sha512-6ORWJX/LrnSjBzwefdNUyLCMTIsGoNP6NftMy2UAm1JBm6PRZCO1d7OHBStWpVFZLO+RerTvqX/Z9mBFfCJZ4A==" crossorigin="anonymous">" & @CRLF & _ "<meta http-equiv="content-type" content="text/html; charset=utf-8" />" & @CRLF & _ "<link rel="manifest" href="/manifest.json">" & @CRLF & _ "" & @CRLF & _ "<meta property="og:title" content="Hochwasser Playa de Costa Calma heute">" & @CRLF & _ "<meta property="og:url" content="https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "<meta property="og:type" content="website" />" & @CRLF & _ "<meta property="og:description" content="Playa de Costa Calma, Provincia de Las Palmas neuesten Gezeiten, Tidenkalender, Ebbe und Flut Gezeitentabellen mit Angaben zu Hochwasser und Niedrigwasser, Angelzeiten, Wettervorhersagen, Surfberichten und Solunar-Tabellen für diese heute">" & @CRLF & _ "<meta property="og:image" content="https://www.tideschart.com/tideschart/assets/images/tideschart-1200x630.png">" & @CRLF & _ "<meta property="og:image:type" content="image/png" />" & @CRLF & _ "<meta property="og:image:width" content="1200" />" & @CRLF & _ "<meta property="og:image:height" content="630" />" & @CRLF & _ "<meta name="twitter:card" content="summary" />" & @CRLF & _ "<meta name="twitter:title" content="Hochwasser Playa de Costa Calma heute" />" & @CRLF & _ "<meta name="twitter:description" content="Playa de Costa Calma, Provincia de Las Palmas neuesten Gezeiten, Tidenkalender, Ebbe und Flut Gezeitentabellen mit Angaben zu Hochwasser und Niedrigwasser, Angelzeiten, Wettervorhersagen, Surfberichten und Solunar-Tabellen für diese heute" />" & @CRLF & _ "<meta name="twitter:url" content="https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<meta name="twitter:image" content="https://www.tideschart.com/tideschart/assets/images/tideschart-1200x630.png" />" & @CRLF & _ "" & @CRLF & _ "<meta name="description" content="Playa de Costa Calma, Provincia de Las Palmas neuesten Gezeiten, Tidenkalender, Ebbe und Flut Gezeitentabellen mit Angaben zu Hochwasser und Niedrigwasser, Angelzeiten, Wettervorhersagen, Surfberichten und Solunar-Tabellen für diese heute">" & @CRLF & _ "<meta name="theme-color" content="#0c2963">" & @CRLF & _ "<meta name="viewport" content="width=device-width, initial-scale=1.0" />" & @CRLF & _ "<meta http-equiv="X-UA-Compatible" content="IE=edge" />" & @CRLF & _ "" & @CRLF & _ "<link rel="apple-touch-icon" sizes="57x57" href="/tideschart/assets/images/icons/apple-icon-57x57.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="60x60" href="/tideschart/assets/images/icons/apple-icon-60x60.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="72x72" href="/tideschart/assets/images/icons/apple-icon-72x72.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="76x76" href="/tideschart/assets/images/icons/apple-icon-76x76.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="114x114" href="/tideschart/assets/images/icons/apple-icon-114x114.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="120x120" href="/tideschart/assets/images/icons/apple-icon-120x120.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="144x144" href="/tideschart/assets/images/icons/apple-icon-144x144.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="152x152" href="/tideschart/assets/images/icons/apple-icon-152x152.png">" & @CRLF & _ "<link rel="apple-touch-icon" sizes="180x180" href="/tideschart/assets/images/icons/apple-icon-180x180.png">" & @CRLF & _ "<link rel="icon" type="image/png" sizes="192x192" href="/tideschart/assets/images/icons/android-icon-192x192.png">" & @CRLF & _ "<link rel="icon" type="image/png" sizes="32x32" href="/tideschart/assets/images/icons/favicon-32x32.png">" & @CRLF & _ "<link rel="icon" type="image/png" sizes="96x96" href="/tideschart/assets/images/icons/favicon-96x96.png">" & @CRLF & _ "<link rel="icon" type="image/png" sizes="16x16" href="/tideschart/assets/images/icons/favicon-16x16.png">" & @CRLF & _ "<meta name="msapplication-TileImage" content="/tideschart/assets/images/icons/ms-icon-144x144.png">" & @CRLF & _ "<link rel="alternate" hreflang="x-default" href="https://www.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="de" href="https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="es" href="https://es.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="fr" href="https://fr.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="it" href="https://it.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="nl" href="https://nl.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="pt" href="https://pt.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "<link rel="alternate" hreflang="zh" href="https://zh.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" />" & @CRLF & _ "" & @CRLF & _ "<script async src="https://www.googletagmanager.com/gtag/js?id=UA-92185688-12"></script>" & @CRLF & _ "<script>" & @CRLF & _ " window.dataLayer = window.dataLayer || [];" & @CRLF & _ " function gtag(){dataLayer.push(arguments);}" & @CRLF & _ " gtag('js', new Date()); " & @CRLF & _ " gtag('config', 'UA-92185688-5');" & @CRLF & _ " gtag('config', 'UA-92185688-12');" & @CRLF & _ "</script>" & @CRLF & _ "</head><body>" & @CRLF & _ "" & @CRLF & _ "<header id="topnav" class="header d-md-block preloadtransitiononload show p-0"><div id="pwa-banner" class="alert alert-light alert-dismissible fade show m-0 p-1 pt-2 pb-2 bg-light rounded-0 border border-dark d-block d-lg-none d-print-none" role="alert">" & @CRLF & _ "<div style="float:left;">" & @CRLF & _ "<button type="button" class="close-pwa-banner close p-0 pr-1" style="float:left;position:inherit;" data-dismiss="alert" aria-label="Close">" & @CRLF & _ "<span aria-hidden="true">×</span>" & @CRLF & _ "</button>" & @CRLF & _ "<div style="float:right; background-color:#0c2963;width:42px;" class="mr-1">" & @CRLF & _ "<img src="/tideschart/assets/images/tideschart-logo-small.svg" class="p-1" height="42">" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div style="float:right;">" & @CRLF & _ "<button type="button" class="pwa-add-direct btn btn-secondary" style="height:42px;display:none;">App installieren</button>" & @CRLF & _ "<a href="/Tides-App/" class="pwa-add-landingpage"><button type="button" class="btn btn-secondary" style="height:42px;">App installieren</button></a>" & @CRLF & _ "</div>" & @CRLF & _ "<div style="font-size:12px;line-height:1.2em;">" & @CRLF & _ "<strong>Tideschart web-app</strong><br>Holen Sie sich unsere App<br>" & @CRLF & _ "<img src="/tideschart/assets/images/icons/site-icons/star-regular-active.svg" height="10"><img src="/tideschart/assets/images/icons/site-icons/star-regular-active.svg" height="10"><img src="/tideschart/assets/images/icons/site-icons/star-regular-active.svg" height="10"><img src="/tideschart/assets/images/icons/site-icons/star-regular-active.svg" height="10"><img src="/tideschart/assets/images/icons/site-icons/star-regular-active.svg" height="10">" & @CRLF & _ "</div>" & @CRLF & _ "</div> " & @CRLF & _ "<div class="navbar-custom d-print-inline">" & @CRLF & _ "<div class="container-fluid position-relative">" & @CRLF & _ "" & @CRLF & _ "<ul class="list-unstyled topnav-menu mb-0">" & @CRLF & _ "<li class="logo-box">" & @CRLF & _ "<a href="/" class="logo">" & @CRLF & _ "<span class="logo-sm v2">" & @CRLF & _ "<img id="logo2" class="logo-height" src="/tideschart/assets/images/tideschart-logo.svg" alt="Gezeiten, Tidenkalender, Hochwasser, Niedrigwasser, Ebbe und Flut, Tidenhub auf der ganzen Weltweit" />" & @CRLF & _ "</span>" & @CRLF & _ "<span class="logo-lg v2">" & @CRLF & _ "<img class="logo-height" src="/tideschart/assets/images/tideschart-logo.svg" alt="Gezeiten, Tidenkalender, Hochwasser, Niedrigwasser, Ebbe und Flut, Tidenhub auf der ganzen Weltweit" height="40" />" & @CRLF & _ "</span>" & @CRLF & _ "</a>" & @CRLF & _ "</li>" & @CRLF & _ "<li class="d-flex search-holder d-print-none">" & @CRLF & _ "<form class="app-search" action="/search.php" method="get" enctype="application/x-www-form-urlencoded">" & @CRLF & _ "<div class="app-search-box">" & @CRLF & _ "<div class="input-group">" & @CRLF & _ "<input type="text" class="form-control" id="searchInput" name="q" placeholder="Suche nach Orten" />" & @CRLF & _ "<div class="input-group-append">" & @CRLF & _ "<button class="btn" type="submit">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/site-icons/search-solid-flip.svg" alt="Suche nach Gezeiten" width="19" height="19">" & @CRLF & _ "</button>" & @CRLF & _ "</div>" & @CRLF & _ "</div></div>" & @CRLF & _ "</form>" & @CRLF & _ "</li>" & @CRLF & _ "<li class="accordion-menu d-lg-none">" & @CRLF & _ "" & @CRLF & _ "<a class="accordion-toggle nav-link" id="accordion-toggle">" & @CRLF & _ "<div class="lines">" & @CRLF & _ "<span></span>" & @CRLF & _ "<span></span>" & @CRLF & _ "<span></span>" & @CRLF & _ "</div>" & @CRLF & _ "</a>" & @CRLF & _ "" & @CRLF & _ "</li>" & @CRLF & _ "<li class="lang-holder d-none d-lg-flex">" & @CRLF & _ "<button class="btn btn-link" id="button-accordion">" & @CRLF & _ "<span>" & @CRLF & _ "<img alt="Die Einstellungen" src="/tideschart/assets/images/icons/site-icons/globe-americas-solid.svg" width="14" height="14">" & @CRLF & _ "DE" & @CRLF & _ "</span>" & @CRLF & _ "<span class="separator"></span>" & @CRLF & _ "<span>°C</span>" & @CRLF & _ "<span><img alt="Gezeiten umschalten" src="/tideschart/assets/images/icons/site-icons/sort-down-solid.svg" class="sort-down" width="15" height="15"></span>" & @CRLF & _ "</button>" & @CRLF & _ "</li>" & @CRLF & _ "</ul>" & @CRLF & _ "<div class="top-menu">" & @CRLF & _ "<div class="row"><div class="col-xs-12 col-md-6 mb-2 mb-md-0">" & @CRLF & _ "<h4>Ändern Sie Ihre Maße</h4>" & @CRLF & _ "<div class="row mt-2 mt-md-3">" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatHeight" id="formatHeightM" value="m" checked>" & @CRLF & _ "<label for="formatHeightM">" & @CRLF & _ "Meters" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatHeight" id="formatHeightFT" value="ft">" & @CRLF & _ "<label for="formatHeightFT">" & @CRLF & _ "Feet" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="row mt-2 mt-md-3">" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatTemp" id="formatTempC" value="C" checked>" & @CRLF & _ "<label for="formatTempC">" & @CRLF & _ "°C" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatTemp" id="formatTempF" value="F">" & @CRLF & _ "<label for="formatTempF">" & @CRLF & _ "°F" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="row mt-2 mt-md-3">" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatSpeed" id="formatSpeedKMH" value="km" checked>" & @CRLF & _ "<label for="formatSpeedKMH">" & @CRLF & _ "km/h" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatSpeed" id="formatSpeedMPH" value="mph">" & @CRLF & _ "<label for="formatSpeedMPH">" & @CRLF & _ "mph" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatSpeed" id="formatSpeedKTS" value="kts">" & @CRLF & _ "<label for="formatSpeedKTS">" & @CRLF & _ "knots" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="row mt-2 mt-md-3">" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatTime" id="formatTimeAMPM" value="ampm">" & @CRLF & _ "<label for="formatTimeAMPM">" & @CRLF & _ "am/pm" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-4">" & @CRLF & _ "<div class="radio radio-primary">" & @CRLF & _ "<input type="radio" name="formatTime" id="formatTime24H" value="24h" checked>" & @CRLF & _ "<label for="formatTime24H">" & @CRLF & _ "24-hour" & @CRLF & _ "</label>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="row mt-2 mt-md-3 mb-0" id="refresh" style="display:none;">" & @CRLF & _ "<div class="col-12">" & @CRLF & _ "<form style="display: inline" action="https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" method="post">" & @CRLF & _ "<button type="submit" class="btn btn-secondary mb-0">Deine Einstellungen wurden aktualisiert. Klicken Sie hier, um die Seite zu aktualisieren</button>" & @CRLF & _ "</form>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div> <div class="col-xs-12 col-md-6">" & @CRLF & _ "<h4>Ändere deine Sprache</h4>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-6">" & @CRLF & _ "<a class="language-link mb-0 mb-md-2" href="https://www.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "English</a>" & @CRLF & _ "<a class="language-link mb-0 mb-md-2 active" href="https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "Deutsch</a>" & @CRLF & _ "<a class="language-link mb-0 mb-md-2" href="https://es.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "Español</a>" & @CRLF & _ "<a class="language-link mb-0 mb-md-2" href="https://fr.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "Français</a>" & @CRLF & _ "<a class="language-link" href="https://it.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "Italiano</a>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-6">" & @CRLF & _ "<a class="language-link mb-0 mb-md-2" href="https://jp.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "日本語</a>" & @CRLF & _ "<a class="language-link mb-0 mb-md-2" href="https://nl.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "Nederlands</a>" & @CRLF & _ "<a class="language-link mb-0 mb-md-2" href="https://pt.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "Português</a>" & @CRLF & _ "<a class="language-link" href="https://zh.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/">" & @CRLF & _ "中文</a>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div></div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="topbar-menu d-print-none">" & @CRLF & _ "<div class="container-fluid">" & @CRLF & _ "<div id="navigation2" class="navigation-holder">" & @CRLF & _ "" & @CRLF & _ "<ul class="navigation-menu">" & @CRLF & _ "<li><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/" class="font-weight-bold">Heute</a></li>" & @CRLF & _ "<li><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weekly/">7 Tage</a></li>" & @CRLF & _ "<li><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weather/">Wetter</a></li>" & @CRLF & _ "<li><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Fishing/">Angeln</a></li>" & @CRLF & _ "<li><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Water-Temperature/">Meer</a></li>" & @CRLF & _ "</ul>" & @CRLF & _ "" & @CRLF & _ "<div class="clearfix"></div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</header>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="wrapper">" & @CRLF & _ "<div class="container-fluid">" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-12"><div class="breadcrumb-right pt-1"><a href="#" onclick="window.print()"><img class="d-print-none" alt="Drucken Sie die Gezeiten in Playa de Costa Calma" data-toggle="tooltip" data-placement="top" title="Drucken Sie die Gezeiten in Playa de Costa Calma" src="/tideschart/assets/images/icons/site-icons/print-solid.svg" width="24" height="24"></a>" & @CRLF & _ "<img alt="Klicken Sie hier, um Playa de Costa Calma zu Ihren Favoriten hinzuzufügen" id="favoriteLocation1" class="favoriteLocation1 d-print-none ml-2 nonfavorite" data-toggle="tooltip" data-placement="top" title="Klicken Sie hier, um Playa de Costa Calma zu Ihren Favoriten hinzuzufügen" src="/tideschart/assets/images/icons/site-icons/star-regular.svg" width="26" height="26"></div><div class="breadcrumb-left"><ol class="breadcrumb2"><li class="breadcrumb-item2"><a href="/Spain/">Spain<span class="d-none d-lg-block"> Gezeiten</span></a></li><li class="breadcrumb-item2"><a href="/Spain/Canary-Islands/">Canary Islands<span class="d-none d-lg-block"> Gezeiten</span></a></li><li class="breadcrumb-item2"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/">Provincia de Las Palmas<span class="d-none d-lg-block"> Gezeiten</span></a></li><li class="breadcrumb-item2 active"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/"><span class="d-none d-lg-block">Ebbe und Flut </span>Playa de Costa Calma</a></li></ol></div></div><div class="col-12">" & @CRLF & _ "<h1>Playa de Costa Calma Gezeiten für heute, morgen und die Woche</h1>" & @CRLF & _ "</div></div>" & @CRLF & _ "" & @CRLF & _ "<div class="adunit_first_top_ATF_parent text-center d-print-none mb-4">" & @CRLF & _ "<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9262242183060755" data-ad-slot="2250774531" data-ad-format="horizontal" data-full-width-responsive="true"></ins>" & @CRLF & _ "<script>" & @CRLF & _ " (adsbygoogle = window.adsbygoogle || []).push({});" & @CRLF & _ " </script>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="row" id="main-content">" & @CRLF & _ "<div class="col-12">" & @CRLF & _ "<div class="card-box card-bottom pb-0">" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-lg-9 col-md-12">" & @CRLF & _ "" & @CRLF & _ "<div class="row mb-4"><div class="col-md-12 p-0 px-lg-2"><div class="table-responsive mb-2 mb-md-3">" & @CRLF & _ "<div class="main-chart-container">" & @CRLF & _ "<div id="tidechart-today-container">" & @CRLF & _ "<img id="tidechart-chart-today" src="/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824" alt="Ebbe und Flut Playa de Costa Calma, Provincia de Las Palmas, Canary Islands, Spain">" & @CRLF & _ "<span id="tidechart-time-line" class="d-print-none" style="left: 30.967222222222%;"></span>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div><p class="px-2 px-lg-0 pb-md-2"><strong>Dienstag 24 August 2021, 13:44 WEST (GMT +0100)</strong>. Die Tide steigt derzeit in Playa de Costa Calma. Wie Sie der Gezeitentabelle entnehmen können, ist die höchste Tide von 2.32m um 15:36 und die niedrigste Tide von 0.45m ist um 21:54. <a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weekly/" class="d-print-none">Klicken Sie hier, um die Gezeiten von Playa de Costa Calma für diese Woche anzuzeigen</a>.</p></div><div class="col-md-6">" & @CRLF & _ "<div class="card-box py-2 mb-0">" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-3">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_flood_high_tide_weather.svg" class="pull-left" alt="Nächste Hochwasser" width="70" height="70">" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-9 text-right">" & @CRLF & _ "<h3 class="text-dark mt-1 font-weight-normal">Die nächste Hochwasser ist um <br>15:36</h3> </div> </div> </div> </div> <div class="col-md-6">" & @CRLF & _ "<div class="card-box py-2 mb-0">" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-3">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_low_tide_water_weather.svg" class="pull-left" alt="Nächste Niedrigwasser" width="70" height="70">" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-9 text-right">" & @CRLF & _ "<h3 class="text-dark mt-1 mb-0 font-weight-normal">Die nächste Niedrigwasser ist um <br>21:54</h3>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div></div><div class="row at-content-ad-1 at-content-ad-tablet-1 at-content-ad-mobile-1 mb-4 text-center d-print-none"></div>" & @CRLF & _ "<h2>Tidenkalender für Playa de Costa Calma</h2>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-12">" & @CRLF & _ "<div class="table-responsive">" & @CRLF & _ "<table class="table table-hover tidechart mb-4">" & @CRLF & _ "<caption>Gezeitenkalender für Playa de Costa Calma diese Woche</caption>" & @CRLF & _ "<thead>" & @CRLF & _ "<tr>" & @CRLF & _ "<th rowspan="2" id="day">Tag</th>" & @CRLF & _ "<th colspan="4">Tidenkalender für Playa de Costa Calma</th>" & @CRLF & _ "<th colspan="2" rowspan="2">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_sun_sunny_sunshine_warm.svg" alt="Sonnenaufgang und Sonnenuntergang" width="52" height="52">" & @CRLF & _ "</th>" & @CRLF & _ "</tr>" & @CRLF & _ "<tr>" & @CRLF & _ "<th>1. Flut</th>" & @CRLF & _ "<th>2. Flut</th>" & @CRLF & _ "<th>3. Flut</th>" & @CRLF & _ "<th>4. Flut</th>" & @CRLF & _ "</tr>" & @CRLF & _ "</thead>" & @CRLF & _ "<tbody>" & @CRLF & _ "<tr>" & @CRLF & _ "<td class="day">24 Di</td><td class="tide-u">03:22<div><i>&#x25B2;</i> 2.17 m</div></td><td class="tide-d">09:25<div><i>&#x25BC;</i> 0.49 m</div></td><td class="tide-u">15:36<div><i>&#x25B2;</i> 2.32 m</div></td><td class="tide-d">21:54<div><i>&#x25BC;</i> 0.45 m</div></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:32</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:26</td>" & @CRLF & _ "</tr><tr>" & @CRLF & _ "<td class="day">25 Mi</td><td class="tide-u">03:57<div><i>&#x25B2;</i> 2.14 m</div></td><td class="tide-d">10:01<div><i>&#x25BC;</i> 0.52 m</div></td><td class="tide-u">16:11<div><i>&#x25B2;</i> 2.26 m</div></td><td class="tide-d">22:28<div><i>&#x25BC;</i> 0.51 m</div></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:32</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:25</td>" & @CRLF & _ "</tr><tr>" & @CRLF & _ "<td class="day">26 Do</td><td class="tide-u">04:31<div><i>&#x25B2;</i> 2.09 m</div></td><td class="tide-d">10:35<div><i>&#x25BC;</i> 0.59 m</div></td><td class="tide-u">16:45<div><i>&#x25B2;</i> 2.17 m</div></td><td class="tide-d">23:01<div><i>&#x25BC;</i> 0.6 m</div></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:33</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:24</td>" & @CRLF & _ "</tr><tr>" & @CRLF & _ "<td class="day">27 Fr</td><td class="tide-u">05:05<div><i>&#x25B2;</i> 2.01 m</div></td><td class="tide-d">11:11<div><i>&#x25BC;</i> 0.67 m</div></td><td class="tide-u">17:21<div><i>&#x25B2;</i> 2.05 m</div></td><td class="tide-d">23:36<div><i>&#x25BC;</i> 0.71 m</div></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:33</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:23</td>" & @CRLF & _ "</tr><tr>" & @CRLF & _ "<td class="day">28 Sa</td><td class="tide-u">05:41<div><i>&#x25B2;</i> 1.92 m</div></td><td class="tide-d">11:49<div><i>&#x25BC;</i> 0.78 m</div></td><td class="tide-u">17:59<div><i>&#x25B2;</i> 1.92 m</div></td><td></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:34</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:22</td>" & @CRLF & _ "</tr><tr>" & @CRLF & _ "<td class="day">29 So</td><td class="tide-d">00:15<div><i>&#x25BC;</i> 0.82 m</div></td><td class="tide-u">06:23<div><i>&#x25B2;</i> 1.82 m</div></td><td class="tide-d">12:34<div><i>&#x25BC;</i> 0.88 m</div></td><td class="tide-u">18:45<div><i>&#x25B2;</i> 1.79 m</div></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:34</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:21</td>" & @CRLF & _ "</tr><tr>" & @CRLF & _ "<td class="day">30 Mo</td><td class="tide-d">01:02<div><i>&#x25BC;</i> 0.93 m</div></td><td class="tide-u">07:15<div><i>&#x25B2;</i> 1.74 m</div></td><td class="tide-d">13:34<div><i>&#x25BC;</i> 0.97 m</div></td><td class="tide-u">19:49<div><i>&#x25B2;</i> 1.68 m</div></td>" & @CRLF & _ "<td class="sun"><i>&#x25B2;</i> 07:35</td>" & @CRLF & _ "<td class="sun"><i>&#x25BC;</i> 20:20</td>" & @CRLF & _ "</tr> </tbody>" & @CRLF & _ "</table>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="at-video-ad-desktop at-content-ad-tablet-2 at-content-ad-mobile-2 mb-4 text-center d-print-none"></div>" & @CRLF & _ "" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-md-12">" & @CRLF & _ "<h2>Beste Angelzeiten für Playa de Costa Calma heute <span class="badge bg-soft-primary text-primary">Heute ist ein guter Angeltag</span></h2>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-md-6">" & @CRLF & _ "<div class="card-box mb-2">" & @CRLF & _ "<h3 class="header-title mb-3">Starke Angelzeiten</h3>" & @CRLF & _ "<h4>Von 15:40 bis 17:40</h4><h5 class="text-muted">Monddurchgang (Mond unter)</h5> </div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-md-6">" & @CRLF & _ "<div class="card-box mb-2">" & @CRLF & _ "<h3 class="header-title mb-3">Schwache Angelzeiten</h3>" & @CRLF & _ "<h4>Von 09:17 bis 10:17</h4><h5 class="text-muted">Monduntergang</h5><h4>Von 22:03 bis 23:03</h4><h5 class="text-muted">Mondaufgang</h5>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<p class="pb-2 d-print-none"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Fishing/">Klicken Sie hier, um die Angelzeiten von Playa de Costa Calma für die Woche anzuzeigen</a>.</p>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div class="row at-content-ad-3 at-content-ad-tablet-3 at-content-ad-mobile-3 mb-4 text-center d-print-none"></div>" & @CRLF & _ "" & @CRLF & _ "<h2>Aktuelles Wetter in Playa de Costa Calma</h2>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-md-3 col-sm-6 col-6 weatherbox">" & @CRLF & _ "<div class="card-box mb-2 weatherbox">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_sun_sunny_sunshine_warm.svg" width="128" height="128" alt="Sonnig"> <h3>Wetter</h3>" & @CRLF & _ "<div class="figure">Sonnig</div>" & @CRLF & _ "<div class="subtitle">Bewölkung 0%</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-md-3 col-sm-6 col-6 weatherbox">" & @CRLF & _ "<div class="card-box mb-2 weatherbox">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_temperature_thermometer_warm_weather.svg" alt="Temperatur" width="128" height="128">" & @CRLF & _ "<h3>Temperatur</h3>" & @CRLF & _ "<div class="figure">19&deg;C</div>" & @CRLF & _ "<div class="subtitle">" & @CRLF & _ "Min 18&deg;C/Max 22&deg;C" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-md-3 col-sm-6 col-6 weatherbox">" & @CRLF & _ "<div class="card-box mb-2 weatherbox">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_blow_weather_wind_windy.svg" alt="Wind" width="128" height="128">" & @CRLF & _ "<h3>Wind</h3>" & @CRLF & _ "<div class="figure">15 km</div>" & @CRLF & _ "<div class="subtitle">Windböen 45 km</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-md-3 col-sm-6 col-6 weatherbox">" & @CRLF & _ "<div class="card-box mb-2 weatherbox">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/weather-icons/svg/weather_drop_humidity_rain_weather.svg" alt="Feuchtigeit" width="128" height="128">" & @CRLF & _ "<h3>Feuchtigeit</h3>" & @CRLF & _ "<div class="figure">82%</div>" & @CRLF & _ "<div class="subtitle">Taupunkt 16&deg;C</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<p class="pb-2 d-print-none"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weather/">Klicken Sie hier, um das Wetter in Playa de Costa Calma für die Woche zu sehen</a>.</p><div class="row at-content-ad-4 at-content-ad-tablet-4 at-content-ad-mobile-4 mb-4 text-center d-print-none"></div>" & @CRLF & _ "<h2>Das heutige Wetter in Playa de Costa Calma</h2>" & @CRLF & _ "<p>Die Sonne ging auf um 07:32 und der Sonnenuntergang wird stattfinden um 20:26. Es wird 12 Stunden und 54 Minuten Sonne geben und die durchschnittliche Temperatur beträgt 21&deg;C. Zur Zeit beträgt die Wassertemperatur 22&deg;C und die durchschnittliche Wassertempertur beträgt 22&deg;C.</p>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-12">" & @CRLF & _ "<div class="table-responsive mb-4" style="overflow-y: hidden;">" & @CRLF & _ "<table class="table weatherchart mb-0">" & @CRLF & _ "<caption>Wetter für Playa de Costa Calma heute</caption>" & @CRLF & _ "<thead>" & @CRLF & _ "<tr>" & @CRLF & _ "<th>0 h</th>" & @CRLF & _ "<th>3 h</th>" & @CRLF & _ "<th>6 h</th>" & @CRLF & _ "<th>9 h</th>" & @CRLF & _ "<th>12 h</th>" & @CRLF & _ "<th>15 h</th>" & @CRLF & _ "<th>18 h</th>" & @CRLF & _ "<th>21 h</th>" & @CRLF & _ "<th>24 h</th>" & @CRLF & _ "</tr>" & @CRLF & _ "</thead>" & @CRLF & _ "<tbody>" & @CRLF & _ "<tr>" & @CRLF & _ "<td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_sun_sunny_sunshine_warm.svg" width="52" height="52" alt="Sonnig"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_sun_sunny_sunshine_warm.svg" width="52" height="52" alt="Sonnig"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"><td class="center"><img src="/tideschart/assets/images/icons/weather-icons/svg/weather_cloudy_sky_sun_weather.svg" width="52" height="52" alt="Teilweise bewölkt"> </tr>" & @CRLF & _ "<tr>" & @CRLF & _ "<td class="center">22&deg;C</td><td class="center">22&deg;C</td><td class="center">22&deg;C</td><td class="center">22&deg;C</td><td class="center">19&deg;C</td><td class="center">18&deg;C</td><td class="center">22&deg;C</td><td class="center">22&deg;C</td><td class="center">22&deg;C</td> </tr>" & @CRLF & _ "</tbody>" & @CRLF & _ "</table>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<p class="pb-2 d-print-none"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weather/">Klicken Sie hier, um das Wetter in Playa de Costa Calma für die Woche zu sehen</a>.</p>" & @CRLF & _ "<div class="row at-content-ad-5 at-content-ad-tablet-5 at-content-ad-mobile-5 mb-4 text-center d-print-none"></div><h3 class="mt-0 mb-3 d-print-none">Mehr Gezeiten- und Meeresinformationen für Playa de Costa Calma</h3><div class="row d-print-none">" & @CRLF & _ "<div class="col-sm-6 col-md-3">" & @CRLF & _ "<a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weekly/">" & @CRLF & _ "<div class="card card-pricing">" & @CRLF & _ "<div class="card-body text-center">" & @CRLF & _ "<p class="card-pricing-plan-name font-weight-bold mb-0">7 Tage Gezeiten</p>" & @CRLF & _ "<div class="card-pricing-icon text-primary my-0 py-0">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/site-icons/calendar-week-solid-white.svg" alt="7 Tage Gezeiten" height="32" width="32">" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div> " & @CRLF & _ "</a>" & @CRLF & _ "</div> " & @CRLF & _ "<div class="col-sm-6 col-md-3">" & @CRLF & _ "<a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weather/">" & @CRLF & _ "<div class="card card-pricing">" & @CRLF & _ "<div class="card-body text-center">" & @CRLF & _ "<p class="card-pricing-plan-name font-weight-bold mb-0">Wetter</p>" & @CRLF & _ "<div class="card-pricing-icon text-primary my-0 py-0">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/site-icons/sun-solid-white.svg" alt="Wetter" height="32" width="32">" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div> " & @CRLF & _ "</a>" & @CRLF & _ "</div> " & @CRLF & _ "<div class="col-sm-6 col-md-3">" & @CRLF & _ "<a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Fishing/">" & @CRLF & _ "<div class="card card-pricing">" & @CRLF & _ "<div class="card-body text-center">" & @CRLF & _ "<p class="card-pricing-plan-name font-weight-bold mb-0">Beißzeiten</p>" & @CRLF & _ "<div class="card-pricing-icon text-primary">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/site-icons/fish-solid-white.svg" alt="Beißzeiten" height="32" width="32">" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div> " & @CRLF & _ "</a>" & @CRLF & _ "</div> " & @CRLF & _ "<div class="col-sm-6 col-md-3">" & @CRLF & _ "<a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Water-Temperature/">" & @CRLF & _ "<div class="card card-pricing">" & @CRLF & _ "<div class="card-body text-center">" & @CRLF & _ "<p class="card-pricing-plan-name font-weight-bold mb-0">Wassertemperatur</p>" & @CRLF & _ "<div class="card-pricing-icon text-primary">" & @CRLF & _ "<img src="/tideschart/assets/images/icons/site-icons/thermometer-half-solid-white.svg" alt="Wassertemperatur" height="32" width="32">" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div> " & @CRLF & _ "</a>" & @CRLF & _ "</div> </div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-lg-3 col-md-12 d-print-none">" & @CRLF & _ "<div class="row at-topright-atf-ad-1 text-center d-print-none mb-4"></div>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-12 mb-4" style="min-height:140px;">" & @CRLF & _ "<img id="map" src="/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png" alt="Karte der Gezeiten Playa de Costa Calma, Spain" loading="lazy" /> </div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-12 p-0">" & @CRLF & _ "<h4 class="mt-0">Gezeiten in der Nähe von Playa de Costa Calma</h4>" & @CRLF & _ "<ul id="nearby" class="p-0"><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-la-Pared/">Playa de la Pared</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Sotavento-de-Jandia/">Playa de Sotavento de Jandía</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Faro-de-Morro-Jable/">Faro de Morro Jable</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Jandia/">Playa de Jandia</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Morro-Jable-(Fuerteventura)/">Morro Jable (Fuerteventura)</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Other/Puerto-de-Morro-Jable/">Puerto de Morro Jable</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Puerto-de-Gran-Tarajal/">Puerto de Gran Tarajal</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Las-Salinas/">Las Salinas</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Fuerteventura/">Fuerteventura</a></li><li class="list-group-item mr-0 ml-0"><a href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/East-Coast/">East Coast</a></li></ul>" & @CRLF & _ "</div><div class="row at-sticky-sidebar-ad-1 mb-4 text-center d-print-none"></div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<footer class="d-print-none">" & @CRLF & _ "" & @CRLF & _ "<a href="/Tides-App/">" & @CRLF & _ "<div class="py-4" id="addtohomescreen">" & @CRLF & _ "<div class="col-12 text-white text-center">" & @CRLF & _ "<h4 class="text-white">Möchten Sie auf Ihrem Telefon einfacher auf Ihre lokalen Gezeiten zugreifen?</h4>" & @CRLF & _ "<p style="font-size:14px;font-weight:normal;">" & @CRLF & _ "Holen Sie sich unsere Gezeiten-App auf Ihr iOS- oder Android-Gerät </p>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="col-lg-12 text-center">" & @CRLF & _ "<button type="button" class="btn btn-lg btn-success waves-effect waves-light" style="font-size:14px;">" & @CRLF & _ "<span class="btn-label"><img alt="Fügen Sie Tideschart zu Ihrem Startbildschirm hinzu" src="/tideschart/assets/images/icons/site-icons/plus-solid-white.svg" width="19" height="19"></span>Fügen Sie Tideschart zu Ihrem Startbildschirm hinzu </button>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</a>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="container-fluid text-center text-md-left mt-4">" & @CRLF & _ "" & @CRLF & _ "<div class="row mt-3 dark-grey-text px-3">" & @CRLF & _ "" & @CRLF & _ "<div class="col-md-4 col-lg-3 mb-4">" & @CRLF & _ "" & @CRLF & _ "<h4 class="text-uppercase font-weight-bold">Verbinde dich mit uns</h4>" & @CRLF & _ "<hr class="accent-3 mb-3 mt-0 d-inline-block mx-auto">" & @CRLF & _ "<div>" & @CRLF & _ "<a href="https://www.facebook.com/TidesChart/" target="_blank" rel="noopener"><img alt="Like uns auf Facebook" src="/tideschart/assets/images/icons/site-icons/facebook-square-brands.svg" width="50" height="50"></a>" & @CRLF & _ "<a href="https://www.instagram.com/tideschartcom/" target="_blank" rel="noopener"><img alt="Folge uns auf Instagram" src="/tideschart/assets/images/icons/site-icons/instagram-square-brands.svg" width="50" height="50"></a>" & @CRLF & _ "<a href="https://twitter.com/tideschart/" target="_blank" rel="noopener"><img alt="Folge uns auf Twitter" src="/tideschart/assets/images/icons/site-icons/twitter-square-brands.svg" width="50" height="50"></a>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="col-md-4 col-lg-3">" & @CRLF & _ "" & @CRLF & _ "<h4 class="text-uppercase font-weight-bold">Nützliche Links</h4>" & @CRLF & _ "<hr class="accent-3 mb-3 mt-0 d-inline-block mx-auto">" & @CRLF & _ "<p>" & @CRLF & _ "<a href="/Tides-App/">Holen Sie sich unsere Gezeiten-App</a>" & @CRLF & _ "</p>" & @CRLF & _ "<p>" & @CRLF & _ "<a href="https://www.tideschart.com/blog/">Blog</a>" & @CRLF & _ "</p>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="col-md-4 col-lg-3 mb-md-0 pt-sm-0 pt-md-5">" & @CRLF & _ "<p>" & @CRLF & _ "<a href="/World-Tides/">Weltweite Gezeiten</a>" & @CRLF & _ "</p>" & @CRLF & _ "<p>" & @CRLF & _ "<a href="/Advertising/">Werben Sie mit uns</a>" & @CRLF & _ "</p>" & @CRLF & _ "<p>" & @CRLF & _ "<a href="/Contact-Us/">Kontaktiere uns</a>" & @CRLF & _ "</p>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div class="col-md-0 col-lg-3"></div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div class="col-md-12 col-lg-9 text-center text-black-50 footerbottom mt-3 mb-5">" & @CRLF & _ "<p>Urheberrechte &copy; 2021. Alle Rechte vorbehalten von <a href="/">Tideschart.com</a></p>" & @CRLF & _ "<p><a href="/Privacy/">Privatsphäre</a> |" & @CRLF & _ "<a href="/Terms-Of-Use/">Nutzungsbedingungen</a></p>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div class="footer-menu d-md-none show" id="footer-menu">" & @CRLF & _ "<nav class="nav">" & @CRLF & _ "<a class="nav-link active" id="menuicon_1" href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/"><img id="water-solid" alt="Hochwasser Playa de Costa Calma heute" src="/tideschart/assets/images/icons/site-icons/water-solid-active.svg" height="27" width="27">" & @CRLF & _ "<div>Heute</div>" & @CRLF & _ "</a>" & @CRLF & _ "<a class="nav-link" id="menuicon_2" href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weekly/"><img id="calendar-week-solid" alt="Hochwasser Playa de Costa CalmaHochwasser " src="/tideschart/assets/images/icons/site-icons/calendar-week-solid.svg" height="27" width="27">" & @CRLF & _ "<div>7 Tage</div>" & @CRLF & _ "</a>" & @CRLF & _ "<a class="nav-link" id="menuicon_3" href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Weather/"><img id="sun-solid" alt="Playa de Costa Calma" src="/tideschart/assets/images/icons/site-icons/sun-solid.svg" height="27" width="27">" & @CRLF & _ "<div>Wetter</div>" & @CRLF & _ "</a>" & @CRLF & _ "<a class="nav-link" id="menuicon_4" href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Fishing/"><img id="fish-solid" alt="Playa de Costa Calma" src="/tideschart/assets/images/icons/site-icons/fish-solid.svg" height="27" width="27">" & @CRLF & _ "<div>Angeln</div>" & @CRLF & _ "</a>" & @CRLF & _ "<a class="nav-link" id="menuicon_5" href="/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/Water-Temperature/"><img id="thermometer-half-solid" alt="Playa de Costa Calma" src="/tideschart/assets/images/icons/site-icons/thermometer-half-solid.svg" height="27" width="27">" & @CRLF & _ "<div>Meer</div>" & @CRLF & _ "</a>" & @CRLF & _ "</nav>" & @CRLF & _ "</div>" & @CRLF & _ "</footer>" & @CRLF & _ "" & @CRLF & _ "<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js" integrity="sha512-wV7Yj1alIZDqZFCUQJy85VN+qvEIly93fIQAN7iqDFCPEucLCeNFz4r35FCo9s6WrpdDQPi80xbljXB8Bjtvcg==" crossorigin="anonymous" referrerpolicy="no-referrer" defer></script>" & @CRLF & _ "<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js" integrity="sha512-Meww2sXqNHxI1+5Dyh/9KAtvI9RZSA4c1K2k5iL02oiPO/RH3Q30L3M1albtqMg50u4gRTYdV4EXOQqXEI336A==" crossorigin="anonymous" referrerpolicy="no-referrer" defer></script>" & @CRLF & _ "<script src="/tideschart/assets/js/app-header-combined.js?v2.0.13" defer></script>" & @CRLF & _ "" & @CRLF & _ "<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js" integrity="sha512-6ORWJX/LrnSjBzwefdNUyLCMTIsGoNP6NftMy2UAm1JBm6PRZCO1d7OHBStWpVFZLO+RerTvqX/Z9mBFfCJZ4A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>" & @CRLF & _ "<script>$(document).ready(function() {" & @CRLF & _ " $("header").removeClass("preloadtransitiononload");" & @CRLF & _ " });" & @CRLF & _ "" & @CRLF & _ " $(document).ready(function(){$('.favoriteLocation1').click(function(){" & @CRLF & _ " if ($('#favoriteLocation1').hasClass( 'nonfavorite')){ " & @CRLF & _ " Cookies.set('favoriteLocation1', '10344277', { domain: '.tideschart.com', expires: 1825 });" & @CRLF & _ " $('#favoriteLocation1').removeClass('nonfavorite').addClass('favorite');" & @CRLF & _ " $('#favoriteLocation1').attr("src","/tideschart/assets/images/icons/site-icons/star-regular-active.svg");" & @CRLF & _ " $('#favoriteLocation1').attr('title', 'Playa de Costa Calma wurde zu Ihren Favoriten hinzugefügt').attr('data-original-title', 'Playa de Costa Calma wurde zu Ihren Favoriten hinzugefügt').tooltip('update').tooltip('show'); " & @CRLF & _ " }else {" & @CRLF & _ " Cookies.remove('favoriteLocation1', { domain: '.tideschart.com' })" & @CRLF & _ " $('#favoriteLocation1').removeClass('favorite').addClass('nonfavorite');" & @CRLF & _ " $('#favoriteLocation1').attr("src","/tideschart/assets/images/icons/site-icons/star-regular.svg");" & @CRLF & _ " $('#favoriteLocation1').attr('title', 'Playa de Costa Calma wurde aus Ihren Favoriten entfernt').attr('data-original-title', 'Playa de Costa Calma wurde aus Ihren Favoriten entfernt').tooltip('update').tooltip('show');" & @CRLF & _ " $('#locations-items .favoriteLocation1').parent().hide();" & @CRLF & _ " }" & @CRLF & _ " }); " & @CRLF & _ " }); $('html').on('click', function(e) {" & @CRLF & _ " if (!$(e.target).is('.favoriteLocation1') && $(e.target).closest('.tooltip').length == 0) {" & @CRLF & _ " $('.favoriteLocation1').tooltip('hide');" & @CRLF & _ " }" & @CRLF & _ " });" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " </script>" & @CRLF & _ "<script src="/PWA/pwa-prompt-showbanner.js?v2.0.13" defer></script>" & @CRLF & _ "<script>" & @CRLF & _ " $(document).ready(function() {" & @CRLF & _ " " & @CRLF & _ " $('.close-pwa-banner').click(function(){" & @CRLF & _ " Cookies.set('close-pwa-banner', '1629809041', { domain: '.tideschart.com', expires: 45 }); " & @CRLF & _ " gtag('event', 'close button clicked', {'event_category': 'PWA header banner'," & @CRLF & _ " 'event_label': 'PWA header banner'," & @CRLF & _ " });" & @CRLF & _ " })" & @CRLF & _ " " & @CRLF & _ " $('.pwa-add-direct').on('click', function() {" & @CRLF & _ " Cookies.set('close-pwa-banner', '1629809041', { domain: '.tideschart.com', expires: 45 }); " & @CRLF & _ " gtag('event', 'add direct clicked', {'event_category': 'PWA header banner'," & @CRLF & _ " 'event_label': 'PWA header banner'," & @CRLF & _ " });" & @CRLF & _ " })" & @CRLF & _ " " & @CRLF & _ " $('.pwa-add-landingpage').on('click', function() {" & @CRLF & _ " Cookies.set('close-pwa-banner', '1629809041', { domain: '.tideschart.com', expires: 45 }); " & @CRLF & _ " gtag('event', 'add indirect clicked', {'event_category': 'PWA header banner'," & @CRLF & _ " 'event_label': 'PWA header banner'," & @CRLF & _ " });" & @CRLF & _ " })" & @CRLF & _ " " & @CRLF & _ " })" & @CRLF & _ " </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Flut","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "2.17m", "startDate": "2021-08-24T03:22AM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Dienstag 24 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Ebbe","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "0.49m", "startDate": "2021-08-24T09:25AM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Dienstag 24 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Flut","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "2.32m", "startDate": "2021-08-24T15:36PM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Dienstag 24 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Ebbe","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "0.45m", "startDate": "2021-08-24T21:54PM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Dienstag 24 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Flut","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "2.14m", "startDate": "2021-08-25T03:57AM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Mittwoch 25 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Ebbe","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "0.52m", "startDate": "2021-08-25T10:01AM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Mittwoch 25 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Flut","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "2.26m", "startDate": "2021-08-25T16:11PM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Mittwoch 25 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json"> { "@context": "https://www.schema.org", "@type": "Event","name": "Ebbe","url": "https://de.tideschart.com/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","hasmap": "https://de.tideschart.com/maps/de/Karte-der-Gezeiten-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353.png", "image": "https://de.tideschart.com/tide-charts/de/Ebbe-und-Flut-Tidenkalender-Playa-de-Costa-Calma-Provincia-de-Las-Palmas-Canary-Islands-Spain-15529353-m.png?date=20210824","description": "0.51m", "startDate": "2021-08-25T22:28PM", "location": {"@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Playa de Costa Calma, Provincia de Las Palmas", "addressRegion": "Canary Islands", "addressCountry": "ES" }, "description": "Gezeiten für Playa de Costa Calma am Mittwoch 25 August 2021", "name": "Spain Gezeiten" }} </script><script type="application/ld+json">{"@context":"https://schema.org","@type": "BreadcrumbList","itemListElement": [{"@type":"ListItem","position":1,"item":{"id":"/Spain/","name":"Spain Gezeiten"}},{"@type":"ListItem","position":2,"item":{"id":"/Spain/Canary-Islands/","name":"Canary Islands Gezeiten"}},{"@type":"ListItem","position":3,"item":{"id":"/Spain/Canary-Islands/Provincia-de-Las-Palmas/","name":"Provincia de Las Palmas Gezeiten"}},{"@type":"ListItem","position":4," & @CRLF & _ " "item":{" & @CRLF & _ " "id":"/Spain/Canary-Islands/Provincia-de-Las-Palmas/Playa-de-Costa-Calma/","name":"Ebbe und Flut Playa de Costa Calma"}}]}</script>" Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm