GithubHelp home page GithubHelp logo

Comments (7)

joonas-yoon avatar joonas-yoon commented on September 15, 2024 2

자동으로 부여하기
ex) /problem/1000, /problem/1001, /problem/1002, ...

단, 이 방법은 구현이 힘들 수 있음.

from litmus-site.

joonas-yoon avatar joonas-yoon commented on September 15, 2024 2

영어 소문자, 하이픈(-), 숫자
ex) /problem/a-plus-b, /problem/cse-001, ...

from litmus-site.

joonas-yoon avatar joonas-yoon commented on September 15, 2024 1

영어 대소문자와 숫자 ([a-zA-Z0-9]+ )
ex) /problem/LosAngeles323

from litmus-site.

joonas-yoon avatar joonas-yoon commented on September 15, 2024 1

영어 대소문자, 일부 구분 기호(+, -, _), 숫자, 한글
ex) /problem/태권_브이

단, URL Encoding에 의해 /problem/%ED%83%9C%EA%B6%8C_%EB%B8%8C%EC%9D%B4 으로 변환됨

from litmus-site.

joonas-yoon avatar joonas-yoon commented on September 15, 2024

영어 대소문자, 일부 구분 기호(+, -, _), 숫자
ex) /problem/Standing_Egg_03, /problem/super-vs-bat

from litmus-site.

joonas-yoon avatar joonas-yoon commented on September 15, 2024

그대로 유지하기 (영어 소문자와 숫자) [a-z0-9]+
ex) /problem/aplusb, /problem/cse001, /problem/cpp01, ...

from litmus-site.

joonas-yoon avatar joonas-yoon commented on September 15, 2024

투표 결과

"영어 소문자, 하이픈(-), 숫자"가 👍 2 / 👎 0 으로 결정되었으나, 최종 결과는 다음과 같습니다.

영어 대소문자, 하이픈(-), 숫자
ex) /problem/A-Problem-X

기존 패턴이 (?P<param>\w+) 였기 때문에, (?P<param>[\w\-]+)로 바꾸면 될 거라 생각합니다.
구현할 때 참고해보세요.

from litmus-site.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.