Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

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
No Match

r"""
"""
gm

Test String

Code Generator

Generated Code

import Foundation let pattern = #"a href="([^"]+).*?title="([^"]+).*?src="(.*?)".*?"# let regex = try! NSRegularExpression(pattern: pattern, options: .anchorsMatchLines) let testString = #"<div class="home_post_cont post_box"> <a href="https://www.cinecalidad.to/pelicula/el-odio-que-das-2018-online-descarga/"><img width="220" height="320" src="https://www.cinecalidad.to/wp-content/uploads/2019/01/el-odio-que-das-220x320.jpg" class=" wp-post-image" alt="El odio que das (2018)" title="El odio que das (2018)" extract="&lt;div class=&quot;home_post_content&quot;&gt;&lt;div class=&quot;in_title&quot;&gt;El odio que das (2018)&lt;/div&gt;&lt;p&gt;La joven Starr es testigo del fatal tiroteo de su mejor amigo Khalil en manos de un oficial de policía. Ahora, con la presión de su comunidad, Starr debe mantener su posición y defender lo ...&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;home_post_cat&quot;&gt;&lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/crimen/&quot;&gt;Crimen&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/drama/&quot;&gt;Drama&lt;/a&gt;&lt;/div&gt;" srcset="https://www.cinecalidad.to/wp-content/uploads/2019/01/el-odio-que-das-220x320.jpg 220w, https://www.cinecalidad.to/wp-content/uploads/2019/01/el-odio-que-das-103x150.jpg 103w" sizes="(max-width: 220px) 100vw, 220px" /></a></div><div class="home_post_cont post_box"> <a href="https://www.cinecalidad.to/pelicula/la-ultima-carcajada-2019-online-descarga/"><img width="220" height="320" src="https://www.cinecalidad.to/wp-content/uploads/2019/01/the-last-laugh-220x320.jpg" class=" wp-post-image" alt="La última carcajada (2019)" title="La última carcajada (2019)" extract="&lt;div class=&quot;home_post_content&quot;&gt;&lt;div class=&quot;in_title&quot;&gt;La última carcajada (2019)&lt;/div&gt;&lt;p&gt;Cuando el manager Al Hart se vuelve a encontrar con su primer cliente, Buddy Green, un comediante que salió del negocio hace 50 años, lo convence de escapar de su retiro y viajar a través ...&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;home_post_cat&quot;&gt;&lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/comedia/&quot;&gt;Comedia&lt;/a&gt;&lt;/div&gt;" srcset="https://www.cinecalidad.to/wp-content/uploads/2019/01/the-last-laugh-220x320.jpg 220w, https://www.cinecalidad.to/wp-content/uploads/2019/01/the-last-laugh-103x150.jpg 103w" sizes="(max-width: 220px) 100vw, 220px" /></a></div><div class="home_post_cont home_post_cont_last post_box"> <a href="https://www.cinecalidad.to/pelicula/fanatico-del-tiempo-2018-online-descarga/"><img width="220" height="320" src="https://www.cinecalidad.to/wp-content/uploads/2019/01/time-freak-220x320.jpg" class=" wp-post-image" alt="Fanático del tiempo (2018)" title="Fanático del tiempo (2018)" extract="&lt;div class=&quot;home_post_content&quot;&gt;&lt;div class=&quot;in_title&quot;&gt;Fanático del tiempo (2018)&lt;/div&gt;&lt;p&gt;Un genio adolescente está enamorado de una chica que termina con él después de un año. Entonces inventa una máquina del tiempo e intenta solucionarlo ...&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;home_post_cat&quot;&gt;&lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/comedia/&quot;&gt;Comedia&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/drama/&quot;&gt;Drama&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/romance/&quot;&gt;Romance&lt;/a&gt;&lt;/div&gt;" srcset="https://www.cinecalidad.to/wp-content/uploads/2019/01/time-freak-220x320.jpg 220w, https://www.cinecalidad.to/wp-content/uploads/2019/01/time-freak-103x150.jpg 103w" sizes="(max-width: 220px) 100vw, 220px" /></a></div><div class="home_post_cont post_box"> <a href="https://www.cinecalidad.to/pelicula/el-primer-hombre-en-la-luna-2018-online-descarga/"><img width="220" height="320" src="https://www.cinecalidad.to/wp-content/uploads/2019/01/el-primer-hombre-en-la-luna-220x320.jpg" class=" wp-post-image" alt="El primer hombre en la Luna (2018)" title="El primer hombre en la Luna (2018)" extract="&lt;div class=&quot;home_post_content&quot;&gt;&lt;div class=&quot;in_title&quot;&gt;El primer hombre en la Luna (2018)&lt;/div&gt;&lt;p&gt;La vida del astronauta Neil Armstrong y la legendaria misión espacial que lo llevó a convertirse en el primer hombre en caminar en la Luna, el 20 de julio de 1969. &nbsp; Títulos:El ...&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;home_post_cat&quot;&gt;&lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/biografia/&quot;&gt;Biografía&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/destacada/&quot;&gt;Destacada&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/drama/&quot;&gt;Drama&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/historia/&quot;&gt;Historia&lt;/a&gt;&lt;/div&gt;" srcset="https://www.cinecalidad.to/wp-content/uploads/2019/01/el-primer-hombre-en-la-luna-220x320.jpg 220w, https://www.cinecalidad.to/wp-content/uploads/2019/01/el-primer-hombre-en-la-luna-103x150.jpg 103w" sizes="(max-width: 220px) 100vw, 220px" /></a></div><div class="home_post_cont post_box"> <a href="https://www.cinecalidad.to/pelicula/a-ganar-2018-online-descarga/"><img width="220" height="320" src="https://www.cinecalidad.to/wp-content/uploads/2019/01/a-ganar-220x320.jpg" class=" wp-post-image" alt="¡A ganar! (2018)" title="¡A ganar! (2018)" extract="&lt;div class=&quot;home_post_content&quot;&gt;&lt;div class=&quot;in_title&quot;&gt;¡A ganar! (2018)&lt;/div&gt;&lt;p&gt;Después de la trágica muerte de la estrella de volley Caroline Found, un equipo de estudiantes desanimadas debe unirse bajo la guía de su entrenadora con la esperanza de ganar el ...&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;home_post_cat&quot;&gt;&lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/deporte/&quot;&gt;Deporte&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/drama/&quot;&gt;Drama&lt;/a&gt;&lt;/div&gt;" srcset="https://www.cinecalidad.to/wp-content/uploads/2019/01/a-ganar-220x320.jpg 220w, https://www.cinecalidad.to/wp-content/uploads/2019/01/a-ganar-103x150.jpg 103w" sizes="(max-width: 220px) 100vw, 220px" /></a></div><div class="home_post_cont home_post_cont_last post_box"> <a href="https://www.cinecalidad.to/pelicula/johnny-english-3-0-2018-online-descarga/"><img width="220" height="320" src="https://www.cinecalidad.to/wp-content/uploads/2019/01/johnny-english-de-nuevo-en-accion-220x320.jpg" class=" wp-post-image" alt="Johnny English 3.0 (2018)" title="Johnny English 3.0 (2018)" extract="&lt;div class=&quot;home_post_content&quot;&gt;&lt;div class=&quot;in_title&quot;&gt;Johnny English 3.0 (2018)&lt;/div&gt;&lt;p&gt;Después que un ataque cibernético revele la identidad de todos los agentes de encubierto en Gran Bretaña, Johnny English se ve obligado a salir de su retiro para encontrar al ...&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;home_post_cat&quot;&gt;&lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/accion/&quot;&gt;Acción&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/aventura/&quot;&gt;Aventura&lt;/a&gt; / &lt;a href=&quot;https://www.cinecalidad.to/genero-peliculas/comedia/&quot;&gt;Comedia&lt;/a&gt;&lt;/div&gt;" srcset="https://www.cinecalidad.to/wp-content/uploads/2019/01/johnny-english-de-nuevo-en-accion-220x320.jpg 220w, https://www.cinecalidad.to/wp-content/uploads/2019/01/johnny-english-de-nuevo-en-accion-103x150.jpg 103w" sizes="(max-width: 220px) 100vw, 220px" /></a></div><div class="home_post_cont post_box">"# let stringRange = NSRange(location: 0, length: testString.utf16.count) let matches = regex.matches(in: testString, range: stringRange) var result: [[String]] = [] for match in matches { var groups: [String] = [] for rangeIndex in 1 ..< match.numberOfRanges { let nsRange = match.range(at: rangeIndex) guard !NSEqualRanges(nsRange, NSMakeRange(NSNotFound, 0)) else { continue } let string = (testString as NSString).substring(with: nsRange) groups.append(string) } if !groups.isEmpty { result.append(groups) } } print(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 Swift 5.2, please visit: https://developer.apple.com/documentation/foundation/nsregularexpression