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>

Keybase proof

I hereby claim:

  • I am machida on github.
  • I am machida (https://keybase.io/machida) on keybase.
  • I have a public key ASBe-LqOzHbQNrgUmL7gjRSZsXaJM9Q3PjmHNUn3BiqBfAo

To claim this, I am signing this object:

カレーのレシピ

誰でもできる、美味しいカレーの作り方です。

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

レシピの作者

山田サチ子さん

材料 ( 8皿分 )

@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
<% if breadcrumbs.present? %>
<ol class="breadcrumbs" vocab="http://schema.org/" typeof="BreadcrumbList">
<% breadcrumbs.each_with_index do |breadcrumb, i| %>
<li class="breadcrumb" property="itemListElement" typeof="ListItem">
<%= link_to breadcrumb.url, itemtype: "http://schema.org/Thing", itemprop: "item" do %>
<span property="name">
<%= breadcrumb.name %>
</span>
<meta property="position" content="<%= i+1 %>">
<% end %>

カレーのレシピ

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

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

レシピの作者

山田サチ子さん

材料 ( 8皿分 )