# fortran-regex **Repository Path**: csutjf/fortran-regex ## Basic Information - **Project Name**: fortran-regex - **Description**: A regex implementation in pure Fortran. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fortran Regex Regex is the necessary tool for text processing. As a Fortran programmer, text processing is occasional, but exists. When it happens, we can only rely on our own hands to count which characters need to be changed. This is very behind the times! So I decided to implement a regex engine in pure Fortran to fill this pit.