«regular-expression» 태그된 질문

정규식 사용과 관련된 코드 문제.

10
/// 해석 ( '슬래시'로 발음)
난해한 언어 골프를 충분히 얻을 수 없기 때문에 할 수 있습니까? /// — 슬래시 로 발음 — s///은 Perl 명성 의 정규식 대체 기능을 기반으로하는 재미있는 언어 입니다. 슬래시 /와 백 슬래시 두 개의 특수 문자 만 포함합니다 \. esolangs wiki 에서 전체 기사를 찾을 수 있지만 아래 언어에 대한 …

28
수퍼 로그 계산
이것은 간단한 도전이어야합니다. 숫자 감안할 때 n >= 0, 출력 슈퍼 로그 (로그 - 스타 또는 로그 *를, 또는 로그 반복 하기 때문에 동일, n이 문제에 대한 부정적인 결코합니다.)의 n. 이것은 tetratation 에 대한 두 가지 역함수 중 하나입니다 . 다른 하나는 관련 질문 에있는 수퍼 루트 입니다. 예 Input …
29 code-golf  math  code-golf  array-manipulation  sorting  code-golf  math  arithmetic  matrix  code-golf  string  kolmogorov-complexity  code-golf  string  code-golf  math  sequence  arithmetic  recursion  code-golf  math  ascii-art  sequence  code-golf  math  array-manipulation  code-golf  code-golf  kolmogorov-complexity  code-golf  string  code-golf  string  decision-problem  code-golf  array-manipulation  tips  javascript  json  code-golf  math  string  number  number-theory  code-golf  math  sequence  fibonacci  number  arithmetic  fastest-code  integer  code-golf  math  sequence  code-golf  string  file-system  tips  golfscript  code-golf  string  code-golf  string  natural-language  code-golf  string  file-system  code-golf  math  array-manipulation  code-challenge  image-processing  compression  code-golf  math  number  sequence  code-golf  math  combinatorics  regular-expression  code-golf  sequence  pi  code-golf  ascii-art  code-golf  string  array-manipulation  sorting  code-golf  string  graph-theory  code-golf  string  code-golf  string  ascii-art  code-challenge  compression  code-golf  code-golf  math  sequence  number-theory  code-golf  maze  graph-theory  code-golf  math  sequence 

4
메타 정규식 골프
이 xkcd 의 정신으로 임의의 쌍의 목록으로 정규식 골프를하는 프로그램을 작성하십시오. 프로그램은 최소한 정규 표현식을 짧게 만들려고 시도해야합니다. 출력 /^(item1|item2|item3|item4)$/또는 유사한 프로그램 은 허용되지 않습니다. 스코어링은 가장 짧은 정규식을 생성하는 기능을 기반으로합니다. 테스트 목록, 성공 및 실패 미국 대통령 후보자들입니다 발견 여기에 (감사 @ 피터). 물론이 프로그램은 모든 분리 된 …

6
도움! 계산기가 오작동합니다!
소개 계산기가 이상하게 작동합니다. 때로는 내가 입력하면가 8표시됩니다 2. 때로는 입력하면 a 6가 표시됩니다 +. 일부 버튼이 섞여 있습니다! 아무도 나를 결정하는 데 도움을 줄 수 있습니까? 도전: 입력 : 올바른 결과 가있는 잘못된 방정식 목록 . 출력 : 교체 된 두 개의 버튼. 예를 들면 다음과 같습니다 . 입력은 …
28 code-golf  number  arithmetic  integer  code-golf  math  number  geometry  code-golf  grid  code-golf  math  number  sequence  primes  code-golf  sequence  kolmogorov-complexity  code-golf  string  ascii-art  alphabet  code-golf  math  sequence  integer  code-golf  number-theory  integer  natural-language  code-golf  date  code-golf  function  code-golf  ascii-art  code-golf  math  number-theory  primes  classification  code-golf  array-manipulation  decision-problem  matrix  code-golf  number  code-golf  code-golf  ascii-art  matrix  code-golf  string  code-golf  sequence  base-conversion  code-golf  code-golf  math  number-theory  combinatorics  integer-partitions  code-golf  integer  binary  base-conversion  code-golf  integer  base-conversion  palindrome  code-golf  code-golf  integer-partitions  code-golf  math  ascii-art  matrix  code-golf  number  sequence  number-theory  matrix  code-golf  interpreter  code-golf  graph-theory  code-golf  ascii-art  decision-problem  code-golf  division  code-golf  array-manipulation  primes  code-golf  string  ascii-art  code-golf  primes  counting  code-golf  matrix  unicode  code-golf  source-layout  code-golf  grammars  code-golf  string  cops-and-robbers  regular-expression  obfuscation  string  code-challenge  cops-and-robbers  regular-expression  code-golf  kolmogorov-complexity  game  card-games  code-golf  kolmogorov-complexity  code-golf  array-manipulation  matrix  code-challenge  cops-and-robbers  code-challenge  decision-problem  cops-and-robbers  code-golf  permutations 

4
길이가 네 번째 거듭 제곱 인 문자열 일치
이 질문의 범위 내에서 x임의의 횟수만큼 반복 되는 문자로 구성된 문자열 만 고려해 봅시다 . 예를 들면 다음과 같습니다. <empty> x xx xxxxxxxxxxxxxxxx (실제로 반드시 그럴 필요는 없습니다 x-전체 문자열에 1 유형의 문자 만있는 한 어떤 문자도 괜찮습니다) 음수가 아닌 정수 n (n> = 0)에 대해 길이가 n 4 인 …

3
세 개의 연속 정수와 일치하는 정규식은 세 번째 정수가 첫 두 정수의 합입니다.
마지막 정수가 이전 두 정수의 합인 경우에만 음수가 아닌 공백으로 구분 된 세 개의 정수로 구성된 주어진 문자열과 일치하는 정규식을 작성하십시오. 답은 2에서 10 사이의 기수를 갖는 임의의 숫자 시스템의 정수일 수 있습니다. 테스트 사례 이것들은 실패해야합니다 : 0 1 2 10 20 1000 이것들은 일치해야합니다 : 10 20 30 …

4
정규식 반전
도전 유효한 정규 표현식이 주어지면 동일한 문자열 세트와 일치하지만 반대의 정규 표현식을 출력하십시오. 작업 이 문제는 가장 기본적인 정규식 작업을 사용 : ^, $, ?, +, *, [], {}, |. 캡처 그룹이나 복잡한 것들과 같은 것은 없습니다. 특수 문자를 이스케이프 처리 할 수 ​​있습니다. 샘플 입력 / 출력 참고 : …

2
정규식 패턴의 부분 순서
이 문제를 해결하기 위해 전체 문자열이 하위 문자열이 아닌 패턴과 일치하는 경우 정규식 패턴이 문자열과 일치한다고 말합니다 . 을 감안할 때 두 정규식 패턴 와 B는 , 우리는 말할 A가 되어 보다 전문 보다 B 가 일치하는 모든 문자열이 경우 A는 도 일치한다 (B) 다른 방법으로 주위를하지만. 우리는 말할 A가 …

3
단순화 된 커닝 구현
소개 커닝 이란 텍스트 문자 사이의 간격을 조정하는 것을 의미합니다. 예를 들어, Top다음 세 가지 글리프로 작성된 단어를 고려하십시오 . ##### ..... ..... ..#.. ..... ..... ..#.. ..##. .###. ..#.. .#..# .#..# ..#.. .#..# .#..# ..#.. ..##. .###. ..... ..... .#... ..... ..... .#... 글리프 사이의 틈을 점으로 채우고 완성 …
24 code-golf  grid  code-challenge  atomic-code-golf  code-golf  combinatorics  probability-theory  card-games  code-golf  number  geometry  code-golf  decision-problem  chess  code-golf  math  number  sequence  code-golf  string  regular-expression  code-golf  arithmetic  integer  code-golf  math  array-manipulation  code-golf  number  decision-problem  integer  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  decision-problem  graph-theory  binary-matrix  code-golf  string  parsing  code-golf  string  code-golf  morse  code-golf  code-golf  string  code-golf  ascii-art  cellular-automata  code-golf  binary  base-conversion  code-golf  arithmetic  decision-problem  integer  checksum  code-golf  matrix  linear-algebra  code-golf  code-golf  game  code-golf  sequence  binary  code-golf  combinatorics  optimization  code-golf  decision-problem  quine  code-golf  rational-numbers  bitwise  code-golf  string  permutations  code-golf  kolmogorov-complexity  unicode  code-golf  ascii-art  number  code-golf  number  integer  binary  base-conversion  code-golf  array-manipulation  code-golf  chemistry  code-golf  number  sequence  fibonacci  code-golf  matrix  optimization  code-golf  number  code-golf  math  number  sequence  code-golf  math  array-manipulation  matrix  linear-algebra  code-golf  kolmogorov-complexity  cops-and-robbers  cops-and-robbers  code-golf  tips  basic  code-golf  decision-problem  binary  tiling  game  king-of-the-hill  python  code-golf  c  code-golf  ascii-art  code-golf  string  kolmogorov-complexity  alphabet  code-golf  number  code-golf  string  code-golf  number  sequence  integer  code-golf  number  permutations  restricted-complexity  restricted-time 

5
정규식 골프 : 이탈리아 대 미국의 지역
xkcd 만화에서 영감을 얻은 메타 정규식 골프 문제 가 이미 있습니다. 그러나이 정규식 골프도 재미있어 보입니다! 미국의 상태와 이탈리아의 지역을 구별하고 싶습니다. 왜? 나는 두 나라의 시민이며 항상 이것에 문제가 있습니다 * . 이탈리아의 지역은 Abruzzo, Valle d'Aosta, Puglia, Basilicata, Calabria, Campania, Emilia-Romagna, Friuli-Venezia Giulia, Lazio, Liguria, Lombardia, Marche, Molise, …

2
정규식 컴파일 (대체 별)
당신의 작업은 정규 표현식에서 각 문자의 대체를 지정하여 정규 표현식을 컴파일하는 것입니다. 정규식 정규 표현식은 다음을 지원합니다. REGEX = (LITERAL REGEX / GROUP REGEX / STAR REGEX / ALTERNATIVE) LITERAL = 1 / 0 GROUP = '(' REGEX ')' STAR = (LITERAL / GROUP) '*' ALTERNATIVE = '('REGEX ('|' REGEX)*')' …

11
크로스 매칭 정규 표현식
여기서 할 일은 두 개의 정규 표현식을 작성하는 것입니다. 각 정규 표현식은 다른 표현식과 일치하지만 자체는 일치하지 않습니다. 두 정규식 모두 다음 형식이어야합니다. /pattern/optional-flags 이것도 일치해야하는 형식입니다. 가장 짧은 해결책이 이깁니다. 솔루션 길이는 슬래시와 플래그를 포함하여 정규 표현식에서 문자의 합계로 계산됩니다. 선택한 정규식 구문 표준을 사용하거나 차이가있을 때 프로그래밍 언어를 …


5
이진 단어와 일치하는 가장 짧은 간단한 정규식
태스크 간단한 정규식 을 다음으로 만 구성된 비어 있지 않은 정규식 으로 정의하십시오. 문자 0와 1, 괄호를 그룹화 (하고 ), 하나 이상의 반복 수량 화기 +. 비어 있지 않은 0s 및 1s 문자열이 제공 되면 프로그램은 전체 입력 문자열과 일치하는 가장 짧은 간단한 정규식을 찾아야 합니다. (간단한 정규식과 일치하는 경우 …

27
* 통역사 작성
작업은 간단합니다. 언어에 대한 통역사를 작성하십시오 * . 다음은 위키에 대한 더 큰 링크입니다. 유효한 * 프로그램은 세 가지뿐입니다. * "Hello World"인쇄 * 0과 2,147,483,647 사이의 난수를 인쇄합니다 *+* 영원히 실행됩니다. 세 번째 경우는 이 질문 의 사양에 따라 무한 루프 여야합니다 입력: 입력은 표준 I / O 규칙에 따라 …
20 code-golf  interpreter  code-golf  array-manipulation  sorting  code-golf  halting-problem  code-golf  javascript  code-golf  algorithm  code-golf  arithmetic  code-golf  math  counting  code-golf  math  code-golf  decision-problem  radiation-hardening  code-golf  conversion  bitwise  code-golf  number  decision-problem  code-golf  string  decision-problem  code-golf  random  game  code-golf  ascii-art  graphical-output  code-golf  decision-problem  binary-tree  tree-traversal  code-challenge  array-manipulation  code-challenge  graphical-output  path-finding  test-battery  algorithm  code-golf  integer  factorial  code-golf  binary-tree  code-golf  grid  graph-theory  code-golf  regular-expression  quine  code-golf  encoding  code-golf  king-of-the-hill  javascript 

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.