E D R , A S I H C RSS

Full text search for ":xdigit:"

:xdigit:


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 정규표현식/스터디/메타문자사용하기 . . . . 8 matches
          ||{{{[:xdigit:]}}} ||모든 16진수 숫자 {{{[a-fA-F0-9]}}}와 같다 ||
          * {{{#[[:xdigit:]][[:xdigit:]][[:xdigit:]][[:xdigit:]][[:xdigit:]][[:xdigit:]]}}}
          * 주의할 점은 대괄호가 두번 들어간다. posix 표현은 [:xdigit:] 이기 때문에 문자집합을 정의하려면 대괄호를 한번 더 써줘야 한다.
  • 정규표현식/스터디/반복찾기 . . . . 8 matches
          * RGB 값은 {{{#99FFAA}}} 처럼 {{{[:xdigit:]}}}가 정확하게 6번 나와야 한다.
          * 기존 : {{{#[:xdigit:][:xdigit:][:xdigit:][:xdigit:][:xdigit:][:xdigit:]}}}
          * 개선 : {{{#[:xdigit:]{6}}}}
  • UsenetMacro . . . . 1 match
          if (preg_match('/[[:xdigit:]]+/', $thread))
Found 3 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.4267 sec