# WebRE **Repository Path**: lch0821/webre ## Basic Information - **Project Name**: WebRE - **Description**: 在线 Python re 验证工具。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-13 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python RE 在线验证 页面填写字符串和正则表达式,后台收到后用 `findall` 进行匹配,然后把结果返回前端。