Coder Social home page Coder Social logo

Comments (3)

daramkun avatar daramkun commented on June 25, 2024

처음에 제가 고려했던 정규표현식 파일명 치환 기능은 정규표현식을 통해 그룹을 추출한 뒤 이 그룹을 가지고 C# 형식문자열 기능을 통해 추출한 그룹 텍스트를 적용할 수 있는 기능입니다.

"abcd - 01.mp4" 라는 파일명이 있다면
"(.*) - ([0-9]+)" 라는 정규표현식으로 추출한 뒤
"{1} - {0}" 이라는 C# 형식문자열을 이용해 파일명을 치환하면
"01 - abcd.mp4" 라는 파일명이 완성되는 형식입니다.

이 기능이 아닌 말씀하신 정규표현식에 해당하는 문자열만 다른 문자열로 치환하는 기능이 필요하시면 한번 추가를 해보겠습니다.

from daramrenamer.

rhdtl78 avatar rhdtl78 commented on June 25, 2024

오 그 기능이 추가된다면 정말 좋겠습니다. 이슈는 닫지 않겠습니다. ㅎ
기대하고 있겠습니다.

from daramrenamer.

daramkun avatar daramkun commented on June 25, 2024

3.4 버전에서 기능 추가했습니다

from daramrenamer.

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.