Chromium은
third_party/re2에 있는 RE2 라이브러리를 사용한다
위치 : https://code.google.com/p/chromium/codesearch#chromium/src/third_party/re2/&q=RE2::FullMatch
&sq=package:chromium&type=cs
왜 /base/ 아래에 rex 함수가 없나 의아했었는데 의외로(?) third_party 라이브러리를 사용한다.
아마도 다른 구글프로젝트에서도 사용하기 위해서 third_party 라이브러리 상태를 유지하는게 아닐지?
RE2는 github에서 유지보수되고있다 https://github.com/google/re2
No comments:
Post a Comment