Skip to content

Instantly share code, notes, and snippets.

AnorherRegexTutorial

Regular expressions are a powerful and versatile tool used for pattern matching and string manipulation in many programming languages and text editors. This tutorial covers the syntax and basic concepts of regex, including anchors, quantifiers, character classes, and more.

Summary

Briefly summarize the regex you will be describing and what you will explain. Include a code snippet of the regex. Replace this text with your summary.

Table of Contents

Maintainers:
fabaff: python310Packages.pylint-venv, python310Packages.pylint-venv, python310Packages.pylint-venv, python311Packages.pylint-venv, python311Packages.pylint-venv, python311Packages.pylint-venv, python311Packages.pylint-venv, python310Packages.pylint-venv
@machida
machida / html_practice.html
Last active September 30, 2020 01:59
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<article>
@machida
machida / html_practice.html
Created February 14, 2020 07:43 — forked from Tomo-Fjord/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<! DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
<title>カレーのレシピ</title>
</head>
<body>
<article>
<h1>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。</h1>
<p>ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。</p>
@machida
machida / gist:88a22969984f7a4930d97da3af9562af
Created November 29, 2019 08:55 — forked from Saki-htr/gist:ecc89f74d3ba4dc16fc919ba1f563a26
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<main>
<article>
% bundle                
Fetching gem metadata from https://rubygems.org/........
Using rake 12.3.1
Using concurrent-ruby 1.1.3
Using i18n 0.9.5
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Using activesupport 4.2.11

カレーのレシピ

誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。

ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。

レシピの作者

山田サチ子さん

材料 ( 8皿分 )

# カレーのレシピ
**誰でもできる、美味しいカレーの作り方**です。旦那も息子もこのカレーが大好物。
` ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。` 逆にコクのある美味しいカレーになります。
## レシピの作者
山田サチ子さん
## 材料 ( 8皿分 )
@machida
machida / gist:f227aeda93fcc7ce5d24e1a4abf60a85
Last active December 6, 2016 01:52
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレーのレシピ</title>
</head>
<body>
<article>
<h1>カレーのレシピ</h1>
<p>
@machida
machida / curry.html
Created February 5, 2016 02:01 — forked from ytk001/curry.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="description" content="美味しいカレーのレシピ">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<article>