[완료] 정규식 고수님들께 부탁 드립니다.

mandugukbap의 이미지

다음은 MIME을 포함하는 NNTP의 헤더 파일입니다.

헤더는 일반적으로 name + colon + white space + value + CRLF의 포맷을 가지고 있습니다.
그런데 다음의 예외 라인이 존재합니다.

boundary="------------040903070206090303060605"\r\n

혹은 (만들어낸 예제)

\t
\t abusemeplease3
\t 0abusemeplease4

지금까지 발견한 예외가 위의 두 개뿐이므로 예외는 위의 두 종류만 있는걸로 가정합니다.

일반적으로는 표준의 형태로 name + colon + white space 까지를 정규식 표현으로 나타내어 매칭 하고자 합니다.

여기까지는 그냥

/^[a-zA-Z\.\-]*:/

으로 처리하면 되겠는데요.

위의 두가지 예외에서 boundary="------------040903070206090303060605"\r\n의 경우 boundary=" 까지를 패턴으로 보고 매칭되도록 하고 두 번째 예외는 \t를 공통된 패턴으로 여겨 매칭 시키려고 합니다.

설명이 참 여러운데 예를 들어 아래의 예제에서는 각 라인이 다음처럼 매칭이 되도록 정규식을 만들고 싶은 겁니다.

Path:
From:
Newsgroups:
Subject:
Date:
Organization:
Lines:
Message-ID:
NNTP-Posting-Host:
Mime-Version:
Content-Type:
boundary="
X-Trace:
X-Complaints-To:
\t
\t
\t
NNTP-Posting-Date:
User-Agent:
Xref:

--------------- 아래 : 예제 NNTP 헤더 ---------------

Path: news.offline.com!not-for-mail\r\n
From: CyborgButOK <******@someemail.org>\r\n
Newsgroups: somegroup.somesubgroup\r\n
Subject: no text\r\n
Date: Sat, 21 Feb 2008 18:16:25 +0100\r\n
Organization: organ.newyork-metz.us\r\n
Lines: 277\r\n
Message-ID: \r\n
NNTP-Posting-Host: blurblur.someISP.com\r\n
Mime-Version: 1.0\r\n
Content-Type: multipart/mixed;\r\n
boundary="------------040903070206090303060605"\r\n
X-Trace: offline.fg 1232817387 8522 210.16.39.19 (21 Feb 2008 17:16:27 GMT)\r\n
X-Complaints-To: abusemeplease@someISP.com\r\n
\t
\t
\t
NNTP-Posting-Date: Sat, 21 Feb 2008 17:16:27 +0000 (UTC)\r\n
User-Agent: Thunderbird 2.3.3.16 (X11/20080723)\r\n
Xref: news.someISP.com somegroup.somesubgroup:46017\r\n
\r\n
This is a multi-part message in MIME format.\r\n
--------------040903070206090303060605\r\n

정규식 고수님들의 도움 부탁 드리겠습니다.

김정균의 이미지

/^([a-zA-Z.-]+:|boundary=|[\t])/

와 같이 하면 될 것 같은데요. 정규식의 표현은 언어마다 조금씩 틀리니 알아서 매칭 시키면 될 것 같고요.

mandugukbap의 이미지

저도 그렇게 하면 될 것 같았는데 안 되더라구요. 언어마다 조금씩 틀린 부분 때문인거 같긴 한데, 우선은 VI에서 매칭이 되는지 확인 중입니다.

mandugukbap의 이미지

아, 되는군요. 역시 언어마다 조금씩 틀린 문제였습니다. 저는 어느 경우에 escape 시켜야 하고 어느 때 그냥 써도 되는지가 항상 헷갈리더라구요.

답변 감사합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.