Giter VIP home page Giter VIP logo

loregexadd-in's Introduction

LORegExAdd-In

Add-In for LibreOffice Calc providing fonctions using RegEx

So far, the only function is "regextract" that allows to extract some characters from a string according to a regex pattern. This function takes 3 paramenters: the string to search into, the pattern in which each group to be extracted is put into brackets, and the number of the group to be displayed. I.e: regextract("12 abc 12";"(\d+)\s(\D+)";1) = 12 and regextract("12 abc 12";"(\d+)\s(\D+)";2) = abc

Suggestion are more than welcome.

Special thanks to Lorenzo Carbonell who helped me debugging this extension!

loregexadd-in's People

Stargazers

Allie avatar Ivan Boothe avatar Jairo Sanchez avatar

Watchers

James Cloos avatar Pierre van Male avatar Allie avatar

Forkers

dolfino bwakkie

loregexadd-in's Issues

#VALUE! returned as a result

Hi, I installed this extension, and tested with the formula in the description and screenshot. However, the result always returns #VALUE!. Do I need to change the setting in the options to use this extension?

#update: Silly mistake of not updating to 5.4.

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.