タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

正規表現に関するtjmschkのブックマーク (2)

  • RegEx Crossword

    It's a crossword puzzle where you need to fill in the hexes with character sequences, so that they match the regular expressions listed around the edges. The individual clues will turn bold purplebold green when satisfied, orangered when not, and underlined when active. Note that the regex must be a full match, and empty cells are treated as spaces. Double click a rule to edit it. When finished, p

  • コーヒータイムのお供に正規表現のクロスワードパズル「Regex Crossword」をやってみよう | DevelopersIO

    はじめに 社内slackの分報を眺めていたところ、正規表現ネタの会話が流れていました。冒頭に(.*)があるために上手くマッチングしない系のようでした。 一息つく時に正規表現ネタは思考を巡らすいい楽しみになるのですが、問題を考えるのが中々面倒ですし、練れば練るほど込み入ったパターンになり読み解き難くなります。 AtCoder程でもなく、単に問題集を解く感じのサイトはないかなと思って検索してみたところ Regex Crossword がありました。どんな感じで解いていくのか軽くふれてみます。 Regex Crosswordの使い方 複数の正規表現パターンの組み合わせにマッチする文字列を答えていきます。チュートリアルの問題ですが、例えば以下のように。 この場合、A|BとA|Zの両方にマッチする文字を入力します。詳しい説明についてはHow to Playを読んでください。 なお、スコアを残しておき

    コーヒータイムのお供に正規表現のクロスワードパズル「Regex Crossword」をやってみよう | DevelopersIO
  • 1