question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

new match2 plugin

See original GitHub issue

Hello,

I’m building my own match function, probably add it as an extension because it requires a dependency which will increase the code size.

I have so far figured out that I can use termList to get all the terms to match against and now I’m trying to save the groups. How do I set the groups for a matched term, I need to set multiple by name, number, and the total match as group 0? The code for the match function is a bit hard to follow.

Also turns out using a subset of termList with buildFrom to build a doc doesn’t actually work as expected, it fails when I run text() on the new document.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:23 (23 by maintainers)

github_iconTop GitHub Comments

1reaction
kelvinhammondcommented, Nov 13, 2020

@spencermountain sorry, I’ve not had much time to get to it. We’ll lose git history anyway if I copy it to your repo so I’m fine with that. I’ll try to copy it in and create a PR for it later today. I still need to work on documenting things though.

1reaction
kelvinhammondcommented, Sep 16, 2020

@spencermountain I’ll make a pull request for compromise with the plugin.

  • I still need to write some more docs, do you have a recommended documentation system?
  • Match2 is a completely new match syntax, some of the older match syntaxes work but others are incompatible and would need to be converted to match2’s syntax.

(start|(maybe one|maybe two))

match2 supports this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dialogue Match—Dialogue Editor Plug-in - iZotope
Tailor-fit dialogue tracks to your scene. Dialogue Match is a Pro Tools AudioSuite plug-in that learns the reverb, EQ, and ambience data of...
Read more >
What is the Best Plugin for EQ Matching? - Sage Audio
We decided to compare two of the most popular equalizers with EQ matching software, the Izotope Ozone 6 Equalizer, and the FabFilter Pro...
Read more >
AB Loudness Match 2 - TBProAudio
Welcome to ABLM 2, a gain control which enables level matched and sample accurate AB comparison of FX chains. ABLM 2 is the...
Read more >
katursis/Pawn.Regex: Plugin that adds support for ... - GitHub
Plugin that adds support for regular expressions in Pawn - GitHub - katursis/Pawn. ... cmd_length); new params[256], params_length; Match_GetGroup(match, 2, ...
Read more >
How to match 2 query strings from one URL for Wordpress ...
I want to use the 'Redirection' plugin for WordPress to redirect search URLS to a cleaner URL. The Redirection plugin's source URL accepts ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found