SaaSHub helps you find the best software and product alternatives Learn more →
Regex-generator Alternatives
Similar projects and alternatives to regex-generator
-
RegExr
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
oils
Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
-
melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
-
py_regular_expressions
Learn Python Regular Expressions step by step from beginner to advanced levels
-
-
-
-
-
regex-generator discussion
regex-generator reviews and mentions
-
Is it a bird? Is it a plane? Test it with Regular Expressions
Whilst Regular Expressions are undeniably powerful --- virtually NOBODY knows how to set up Regular Expressions! There are a number of tools that help you build / test regular expressions, such as https://regex-generator.olafneumann.org/ or https://retool.com/utilities/regex-generator (no responsibilities accepted for the use of any of these tools!)
-
Regex not working
Ho did you arrive at the regex? I usually use a website to , such as https://regex101.com/, https://regexr.com/, https://regex-generator.olafneumann.org/ in combination of each other, as some explain better than the other.
-
Regex Generator?
Is there a regex generator for Reddit's Automod or Python? I've already tried Googling "regex generator python" but I only came up with https://regex-generator.olafneumann.org/, https://pythex.org/, https://regex101.com/, and a whole bunch of build/testers. Olaf Neumann's generator seemed the most promising, but I couldn't get it to work because I didn't know how to separate each phrase, i.e. "you're dumb," "your dumb," "youre dumb," and "you are dumb." I was able to make sense of https://www.javainuse.com/rexgenerator but it's only for java.
-
[P] LazyShell - GPT based autocomplete for zsh
Shout out to https://regex-generator.olafneumann.org/
-
On god the muting has not worked so far, but I'm going to try. Give me new terms to block please.
Here's some more websites that might help if you're interested: https://regexr.com/ - Lets you test the regex https://regex-generator.olafneumann.org/ - Can help you generate regex https://en.wikipedia.org/wiki/Regular_expression#Basic_concepts - Basic syntax
-
Code newb trying to add an automod action for specific word triggers in posts.
https://regex-generator.olafneumann.org/ (type in any text and it will suggest a matching regex)
-
Egrep: Finding duplicate words
I really like this tool to generate regex. It may not generate exactly what you need, but it'll get you on the right track. Often times, it does what I need.
- need to remove all string that come after "-" but only if "-" comes after "**"
-
Cases: Custom input mask on field
Nah, just use a RegEx generator and then the REGEX(text, regex_text) in a validation rule and you are done.
-
AutoRegex
This is a special case of the general problem of program synthesis[1][2][3][4], where the search space of possible programs are all regex strings and the seed driving the synthesis is Input-Output examples.
There's research [5][6] as well as practical tools [7][8][9].
[1] https://en.wikipedia.org/wiki/Program_synthesis
[2] https://www.microsoft.com/en-us/research/project/program-syn...
[3] https://dl.acm.org/doi/10.1145/1836089.1836091
[4] https://royalsocietypublishing.org/doi/10.1098/rsta.2015.040...
[5] https://cs.stanford.edu/~minalee/pdf/gpce2016-alpharegex.pdf
[6] https://www.researchgate.net/publication/261794574_Automatic...
[7] https://regex-generator.olafneumann.org/
[8] http://regex.inginf.units.it/extract/
[9] https://stackoverflow.com/questions/6219790/need-a-regex-too...
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Oct 2024
Stats
noxone/regex-generator is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of regex-generator is Kotlin.