GithubHelp home page GithubHelp logo

ara225 / regex-copy-or-cut Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 330 KB

VSCode extention that allows copying, deleting or cutting lines with regex matches

Home Page: https://marketplace.visualstudio.com/items?itemName=ara225.regex-copy-or-cut

License: MIT License

JavaScript 100.00%
javascript regex vscode-extension

regex-copy-or-cut's Introduction

ℹ️ About Me

  • πŸ’» I'm a DevOps Engineer, volunteer with CodeYourFuture, and dabbler in open source.
  • ❀️ I love giving back whether through opensource, volunteering and/or mentoring. Mainly focused on volunteering these days.
  • πŸ’Ύ I love figuring out old computers and legacy applications as much as building new ones!
  • πŸ“ Fun fact - I have exactly one duck and one chicken, fondly named Duck and Chicken respectively

πŸ”¨ Tools I Work With

  • πŸ“¦ Docker and Kubernetes
  • 🐧 Linux
  • 🌊 AWS
  • 🐍 Python
  • πŸ•ΈοΈ JavaScript, React, CSS, HTML
  • β˜• Java
  • πŸͺ Perl
  • 🐘 PHP
  • and more I couldn't find emojis for

πŸ“‚ Favorite Projects

  1. ara225.DynamoDBUserStore - A C# ASP .NET Core library that allows developers to store users and roles in AWS DynamoDB when using ASP .NET Core Identity. This is my favorite because it's the most likely to be used in production, it has full test coverage, and is quite well written. Byproduct of me trying to learn C#
  2. node-js-pxe-server - A Node.js module written in JavaScript that runs a PXE server - server for network booting computers. I like this project because it sounds like it shouldn't work, but it very much does.
  3. regex-copy-or-cut - A JavaScript/Node.js VsCode Extension. The first piece of code I ever published, and also the one with the most downloads.
  4. serverless-audiobook-maker - A AWS serverless pipeline to create a speech-to-text audiobook from a text file uploaded to a S3 bucket. Turned out to be useless as AWS Polly isn't as good as it's cracked up to be, but it was fun to make.

regex-copy-or-cut's People

Contributors

ara225 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

regex-copy-or-cut's Issues

Not working regex

Let's say I have this text:

Posted 3 weeks ago
Rystad Energy
DevOps Engineer
Rystad Energy Your Energy Knowledge House

if I search for "ago" the result in the new file is "Posted 3 weeks ago". This is not the regex I need and as you can see here the regex should only return ago and not the entire line:
image

Then if I search for ago\n.*\n to have the "Rystad Energy" I get a "no match found" on the visual studio plugin. But when I test it on regex 101:
image

Could you please have look and check why the regex are not working?

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.