Https://regex101.com/ will help you out. - Source: Reddit / about 6 hours ago
I tested the following regular expression in all online testers I know (e.g. http://regex101.com/) and all confirm that the regex should indeed match everything except the URLs I don't want it to match:. - Source: Reddit / 1 day ago
Testing for search and optionally replace https://regex101.com/. - Source: Reddit / 4 days ago
When you go to reddit.com instead of https://regex101.com/ lol. Best of luck with your sed comment OP. - Source: Reddit / 4 days ago
To play around with regex, regex101.com - can output Python code for you as well. - Source: Reddit / 6 days ago
Oh thanks! I usually use regexr or regex101, the only reason I hate regex is, that I always forget everything and I have to relearn it every time I need it. - Source: Reddit / 12 days ago
Use regex101.com to build and test your regex. - Source: Reddit / 12 days ago
This will look for any number of capital letters, commas or spaces at the start of the line. It then adds the rest of the line into a group. If you enter this into regex101.com, you'll get a better explanation. - Source: Reddit / 15 days ago
Last tip: there are a number of online regexp tools, such as https://regexr.com/ and https://regex101.com/ Those are great resources to learn how regexps work. - Source: Reddit / 16 days ago
This is a really handy site for testing regex's by the way: https://regex101.com/. - Source: Reddit / 17 days ago
I know about regex101.com, but it's not helping me in this case. The struggle isn't a logical one, it's a syntactical one. Since I can't find in the documentation said syntax I would assume it does not exist. But I kinda refuse to believe this horrible redundancy can't be shortened without losing the single digit matching. No matter how I turn it either matches the whole thing as one long digit, or the last digit... - Source: Reddit / 24 days ago
I've spent far too long trying to get this to work on https://regex101.com/ . - Source: Reddit / 25 days ago
Try it at https://regex101.com/ with the text this is a string (2023). - Source: Reddit / 27 days ago
Alternatively, you could read a general file of text, perhaps from an out of copyright book, and split it into sentences. You might want to look into using regex through the re module to help determine the sentence breaks in a file. Have a play with regex at regex101.com. - Source: Reddit / 30 days ago
When customers are down, your network is hosed, and you need to quickly digest logs to get a handle on the problem, using regex101.com isn't on the menu. - Source: Reddit / about 1 month ago
I don’t have the solution for you, but there are some useful tools on the web, such as regex101. - Source: Reddit / about 1 month ago
Https://regex101.com/ is a fantastic resource for writing and testing Regex. - Source: Reddit / about 1 month ago
Of course, you should always use a regex tester to verify the validity of the regex. - Source: Reddit / about 1 month ago
I added some examples in red on the sheet, and you can see this dynamically if you put the names and regex into https://regex101.com/. - Source: Reddit / about 1 month ago
I use https://regex101.com/ it makes Regex almost like a game. - Source: Reddit / about 1 month ago
Go to Regex101 and type in your regular expression (which is what the text between the double quotes is). It will explain the entire regular expression to you. - Source: Reddit / about 1 month ago
Do you know an article comparing regular expressions 101 to other products?
Suggest a link to a post with product alternatives.
This is an informative page about regular expressions 101. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.