# Grex-JS - 테스트 케이스에서 정규식을 생성하기

> Clean Markdown view of GeekNews topic #7176. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7176](https://news.hada.io/topic?id=7176)
- GeekNews Markdown: [https://news.hada.io/topic/7176.md](https://news.hada.io/topic/7176.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-13T09:49:27+09:00
- Updated: 2022-08-13T09:49:27+09:00
- Original source: [pemistahl.github.io](https://pemistahl.github.io/grex-js/)
- Points: 10
- Comments: 1

## Topic Body

- 여러개의 문자열을 입력하면 전체에 맞는 정규식(Regular Expression)을 자동 생성   
- 그룹 캡처, 반복, non-ASCII 이스케이핑, 숫자/공백 등 변환등의 설정 가능   
- Grex Rust 코드를 WASM으로 컴파일하여 브라우저/Node.js 에서 사용가능

## Comments



### Comment 11789

- Author: 525hm
- Created: 2022-08-15T01:32:12+09:00
- Points: 2

오, 비슷한걸 아예 연구 주제로 한 경우를 봤습니다.  
  
* https://github.com/kupl/AlphaRegexPublic  
* https://doi.org/10.1145/3093335.2993244  
* http://prl.korea.ac.kr/~pronto/home/posters/regex-synthesis.pdf
