並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 21 件 / 21件

新着順 人気順

Regular-Expressionの検索結果1 - 21 件 / 21件

  • CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods

    CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods Posted by mame on 15 Nov 2021 We have released date gem version 3.2.1, 3.1.2, 3.0.2, and 2.0.1 that include a security fix for a regular expression denial of service vulnerability (ReDoS) on date parsing methods. An attacker can exploit this vulnerability to cause an effective DoS attack. This vulnerability

    • The Regular Expression Visualizer, Simulator & Cross-Compiler Tool

      This article is part of Series On Regular Expressions.  For more examples of regular expressions to visualize, check out this this list of Regular Expression Test Cases. Your Regex: String To Search: Generate New Random Matching String The Regex As A C Program Common C Code For All Regular Expressions The C source code below is the common code that is required by any of the code samples that are g

      • 正規表現(Regular Expression)について – Automation Skill

        はじめにいまや正規表現というのは自動化だけではなく、様々なアプリケーションの文書上での検索/置換機能で利用できる事も多い基本的な機能となりました。もちろん自動処理においても特定の文字列を抽出・置換等に利用可能で、プログラミング上でも上手く使えば処理を簡潔に書けるようになる事も多くあります。 CCアプリケーションでは、Indesignにおける検索置換機能や段落スタイルにおける正規表現スタイル等の様に今や必須の機能となっています。また、CCアプリケーションだけではなく各スクリプト言語においてもサポートされており、自動処理においてはテキスト加工作業においては必須の技術となりますのでしっかりと押さえておきたいものです。 と、まあ、ここまでの文章を読んで頂いた方の中には「あれっ?」て思った人もいらっしゃるかと思います。この記事は過去に自動化総合フォーラムに寄稿したものの再録です。2019年9月のAd

          正規表現(Regular Expression)について – Automation Skill
        • GitHub - mathiasbynens/emoji-regex: A regular expression to match all Emoji-only symbols as per the Unicode Standard.

          const emojiRegex = require('emoji-regex'); // Note: because the regular expression has the global flag set, this module // exports a function that returns the regex rather than exporting the regular // expression itself, to make it impossible to (accidentally) mutate the // original regular expression. const text = ` \u{231A}: ⌚ default emoji presentation character (Emoji_Presentation) \u{2194}\u{

            GitHub - mathiasbynens/emoji-regex: A regular expression to match all Emoji-only symbols as per the Unicode Standard.
          • The Regular Expression Denial of Service (ReDoS) cheat-sheet

            IntroductionThis post is intended as a “technical two-pager” to summarize a security vulnerability called Regex-based Denial of Service (AKA Regex DoS, ReDoS). There are a variety of write-ups about ReDoS, but I’m not aware of a good one-stop-shop with a higher-level treatment of all aspects of the subject. I have included links at the end to more detailed treatments. I have used headings liberall

              The Regular Expression Denial of Service (ReDoS) cheat-sheet
            • Regular Expression Engine Comparison Chart

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                Regular Expression Engine Comparison Chart
              • Amazon CloudWatch Logs announces regular expression filter pattern syntax support

                We are excited to announce regular expression support for Amazon CloudWatch Logs filter pattern syntax, making it easier to search and match relevant logs. Customers use filter pattern syntax today to search logs, extract metrics using metric filters, and send specific logs to other destinations with subscription filters. With today’s launch, customers will be able to further customize these opera

                  Amazon CloudWatch Logs announces regular expression filter pattern syntax support
                • Regular Expression Improvements in .NET 7 - .NET Blog

                  A friend once quipped to me that “computer science is entirely about sorting and searching”. While that’s a gross overgeneralization, there’s a grain of truth to it. Searching is, in one way, shape, or form, at the heart of many workloads, and it’s so important that multiple domain-specific languages have been created over the years to ease the task of expressing searches. Arguably none is more ub

                    Regular Expression Improvements in .NET 7 - .NET Blog
                  • The Perfect URL Regular Expression - Perfect URL Regex

                    Simply copy and paste the URL regex below for the language of your choice. PHP (use with preg_match) %^(?:(?:https?|ftp)://)(?:\S+(?::\S*)?@|\d{1,3}(?:\.\d{1,3}){3}|(?:(?:[a-z\d\x{00a1}-\x{ffff}]+-?)*[a-z\d\x{00a1}-\x{ffff}]+)(?:\.(?:[a-z\d\x{00a1}-\x{ffff}]+-?)*[a-z\d\x{00a1}-\x{ffff}]+)*(?:\.[a-z\x{00a1}-\x{ffff}]{2,6}))(?::\d+)?(?:[^\s]*)?$%iu PHP (with validate filter) if (filter_var($url, FIL

                    • Regex Word Search - Regular Expression - Dictionary - Online

                      Tool to search of words in a dictionary matching a regular expression (Useful for word searches with complex criteria) also called Regex or Regexp.

                        Regex Word Search - Regular Expression - Dictionary - Online
                      • Regular Expression Cucumber - pilotlasopa

                        Cucumber is a software tool used by computer programmers that supports behavior-driven development (BDD).[7][8][9][10] Central to the Cucumber BDD approach is its plain language parser called Gherkin. It allows expected software behaviors to be specified in a logical language that customers can understand. As such, Cucumber allows the execution of feature documentation written in business-facing t

                          Regular Expression Cucumber - pilotlasopa
                        • Regular Expression Cucumber - smashlasopa

                          Cucumber is a software tool used by computer programmers that supports behavior-driven development (BDD).[7][8][9][10] Central to the Cucumber BDD approach is its plain language parser called Gherkin. It allows expected software behaviors to be specified in a logical language that customers can understand. As such, Cucumber allows the execution of feature documentation written in business-facing t

                            Regular Expression Cucumber - smashlasopa
                          • A Regular Expression Matcher (2007) | Hacker News

                            Related:Rob Pike's simple C regex matcher in Go - https://news.ycombinator.com/item?id=32434412 - Aug 2022 (75 comments) A Regular Expression Matcher (2007) - https://news.ycombinator.com/item?id=22317138 - Feb 2020 (22 comments) A Regular Expression Matcher (2007) - https://news.ycombinator.com/item?id=12199836 - Aug 2016 (34 comments) A Regular Expression Matcher (2007) - https://news.ycombinato

                            • Regular Expression Puzzles and AI Coding Assistants

                              Learn how AI-assisted coding using ChatGPT and GitHub Copilot can dramatically increase your productivity (and fun) writing regular expressions and other programs. Regular Expression Puzzles and AI Coding Assistants is the story of two competitors. On one side is David Mertz, an expert programmer and the author of the Web's most popular Regex tutorial. On the other are the AI powerhouse coding ass

                                Regular Expression Puzzles and AI Coding Assistants
                              • Regular Expression

                                第 2 回 正規表現、非決定性オートマトン 本日の内容 2-1. Javaの環境構築 2-2. 正規文法 2-3. 非決定性オートマトン このドキュメントは http://edu.net.c.dendai.ac.jp/ 上で公開されています。 2-1. Javaの環境構築 OpenJDKのインストール Open JDK のインストールはもはや簡単ではありません。 ブラウザでopenjdk を検索して Open JDK のホームページに行く Download の項目中の最新のバージョン番号(2020/5/19現在 jdk.java.net/14)をクリック Builds 項目中の使用OSに対応した zip または tar.gz をクリックしてダ ウンロード unzip や tar ztf などを使用して解凍する 環境変数 JAVA_HOME と PATH を解凍したフォルダ、binフォルダに

                                • JavaScript 正規表現(RegExp:Regular Expression)メモ - Qiita

                                  エスケープ コンストラクター構文では「 \ 」、リテラル構文では「 / 」をエスケープする必要がある。 正規表現による検索・検証・置換・分割 String.match String.matchメソッドはマッチした文字列を配列として取得する。 gオプションを無効にした場合、「最初にマッチした文字列全体」と「サブマッチ文字列」を取得する。 (サブマッチ文字列:正規表現パターンの中で丸カッコで示された部分(サブマッチパターン)に合致した部分文字列。マッチしている部分がない場合はundefined、複数マッチしている場合には最後にマッチしたものを保持する。)

                                    JavaScript 正規表現(RegExp:Regular Expression)メモ - Qiita
                                  • A Regular Expression Matcher in Rust - Pixel Pedals of Tomakomai

                                    なんかの本でCで数十行のバックトラックを使った正規表現のマッチャが紹介されてた記憶があるんだけど、ビューティフルコードだったっけ?#regexfesta— hiratara (@hiratara) October 18, 2019 ということで、ソースコードが書かれている記事を見つけた。 https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html Rust で書き直したものを文末に貼っておく。 rstfmt が if 文を改行してくれるせいで行数が膨らんでCの実装より数行長いが、ほぼ同じ感覚で書ける。 do while はないので、 for と添字を使って書き直した 1 。こういうときには配列スライスの使い勝手がとてもよい。 後、書き直していて気がついたのだが、この実装は C 文字列の末端が "\0" と

                                      A Regular Expression Matcher in Rust - Pixel Pedals of Tomakomai
                                    • perl regular expression tester - Bing

                                      https://ingram-braun.net/erga/online-regex-tester-perl... ウェブ2021年7月28日 · This form allows you to test regular expressions in Perl, PHP and JavaScript. The form returns the text with all hits highlighted. PHP always finds all … HTML datetime attribute calc…The purpose of my script is to provide access to calendars from CPAN, a code … Chess replay utilities synopsisComparative feature table of ches

                                        perl regular expression tester - Bing
                                      • perl regular expression tester - Bing

                                        結果がありません: perl regular expression testerスペルを確認するか、別のキーワードを試してみてください Ref A: 663dd2b226d54cd3b124ec6ad9fac346 Ref B: PUSEEAP00012225 Ref C: 2024-05-10T07:54:26Z

                                          perl regular expression tester - Bing
                                        • [AWSのECSのエラーを解決したお話] ValidationError: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]* - Qiita

                                          [AWSのECSのエラーを解決したお話] ValidationError: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*AWSerrorValidationECS はじめに このエラーで調べるとヒットしなかったので書きました 同じエラーで困ってる方の助けになれば... 状況 AWSのECSでデプロイしようとした際のお話 docker-compose.ymlを設定し docker context createでcontextを作成して docker context useで設定し docker compose upを実行した際のエラー エラー内容 ValidationError: 1 validation error detected: Value 'wordpress- recruit_websi

                                            [AWSのECSのエラーを解決したお話] ValidationError: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]* - Qiita
                                          • 正規表現(Regular Expression)について - Qiita

                                            目次 ①正規表現(Regular Expression)とは ②基本的な正規表現について ③正規表現をまとめたもの ④正規表現を確かめるサイト ①正規表現(Regular Expression)とは 文字列の集合を特定の記法で表現すること。 ②基本的な正規表現について . + * [a-z] {3}{3.7} ^ $ について解説する。 ※/はデリミタと言われる。このデリミタは#でも表せれれる。 .について .は任意の1文字にマッチすると言う意味。 例えば, ca.yであれば、cary, cauy, cakyなどはマッチし、cbuy, famy, cakuなどはマッチしない。 +について +は前にある文字が1文字以上続く 例えば cara+の場合(+の前のaが1文字以上) caraa caraaa caraaaaaaaなどがマッチし、 cara racaaなどがマッチしない * (アスタリ

                                              正規表現(Regular Expression)について - Qiita
                                            1