@extends('layouts.app') @section('title','Regex-Automat - Thompson-NFA visualisieren | kotsch.tech') @section('meta_description','Regex-Automat online: regulaere Ausdruecke als Thompson-NFA visualisieren und Teststrings lokal im Browser pruefen.') @section('meta_extra') @endsection @section('content') @include('tools._tool_base')
Developer

Regex-Automat.

Regex eingeben, Thompson-NFA sehen, Teststring prüfen. Unterstützt Konkatenation, Klammern, |, *, + und ?.

Simulation
@include('tools._ads_banner')
@include('tools._seo_content', ['toolSlug' => 'regex-automat', 'toolName' => 'Regex-Automat']) @endsection