Software Alternatives, Accelerators & Startups

Hurl.dev VS rubular

Compare Hurl.dev VS rubular and see what are their differences

Hurl.dev logo Hurl.dev

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.

rubular logo rubular

A ruby based regular expression editor
  • Hurl.dev Landing page
    Landing page //
    2023-10-09
  • rubular Landing page
    Landing page //
    2023-10-19

Category Popularity

0-100% (relative to Hurl.dev and rubular)
API Tools
100 100%
0% 0
Regular Expressions
0 0%
100% 100
Developer Tools
100 100%
0% 0
Programming Tools
0 0%
100% 100

User comments

Share your experience with using Hurl.dev and rubular. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Hurl.dev might be a bit more popular than rubular. We know about 39 links to it since March 2021 and only 35 links to rubular. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Hurl.dev mentions (39)

  • Bruno
    You may be able to replace some of your curl+shell with Hurl — https://hurl.dev/#also-an-http-test-tool . - Source: Hacker News / 2 months ago
  • Bruno
    I am currently looking for a solution to run automated tests on a sql website generator I am working on ( https://sql.ophir.dev ) I wanted to use hurl (https://hurl.dev/), but Bruno's UI seems to be useful while developing the tests... Has someone tried both ? Which is better for automated testing, including when the response type is html and not json? - Source: Hacker News / 2 months ago
  • Libcurl
    Shameless promotion: Hurl [1] is an Open Source cli using libcurl to run and tests HTTP requests with plain text! We use libcurl for the super reliability and top features (HTTP/3 for instance) and we've added little features like: - requests chaining, - capturing and passing data from a response to another request, - response tests (JSONPath, XPath, etc...) There is nice syntax sugar for resuesting... - Source: Hacker News / 4 months ago
  • Hoppscotch Desktop Application
    - This too will suffer the same fate as the previous two and will gradually also adopt a busy, unworkable, confusing UI This is why I’ve started using Hurl because that doesn’t even have a UI. Bonus: can be kept in source control and run as part of CI/CD. https://www.communication-generation.com/enshitification/ https://hurl.dev/. - Source: Hacker News / 6 months ago
  • Best practices for HarperDB projects using TypeScript
    Testing our application is a matter of running npm run start:dev and making requests to it. To test it better I'll leave a Hurl file in the repository that you can use to test the API. You can run it using hurl --test ./collection.hurl. This will run all the tests and make sure that everything is working as expected. - Source: dev.to / 7 months ago
View more

rubular mentions (35)

  • Building a syntax highlighting extension for VS Code
    As a ruby developer, I was happy to find that VS Code / TextMate grammar files use the same regular expression engine called Oniguruma as ruby itself. Thus, I could be sure that when trying my regular expressions in my favorite online regex tool, rubular.com, there would be no inconsistencies due to the engine inner workings. - Source: dev.to / 6 months ago
  • Data cleaning problem
    In my testing on a couple of regex testers (https://rubular.com/ & https://regex101.com/) this seems to select the postcode correctly each time. Source: 11 months ago
  • Anchor
    Copied from Rubular ( a nice tool to test regexes ):. Source: over 1 year ago
  • Advice on preparing for the Alteryx Advanced Exam?
    To add on to this from a regex perspective - I find regex to be invaluable in my workflows. Once you learn the basics I always test and debug my strings using https://rubular.com because it has string hints at the bottom that are readily available. Source: over 1 year ago
  • no one named norbert is allowed on my app
    Mostly trial and error using pythex.org for python, regextester.com for c/c++, or rubular.com if you're coding in ruby for some reason. Source: over 1 year ago
View more

What are some alternatives?

When comparing Hurl.dev and rubular, you can also consider the following products

Insomnia REST - The most intuitive cross-platform REST API Client 😴

RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.

Paw.cloud - Paw is a REST client for Mac.

Expresso - The award-winning Expresso editor is equally suitable as a teaching tool for the beginning user of regular expressions or as a full-featured development environment for the experienced programmer with an extensive knowledge of regular expressions.

Hoppscotch - Open source API development ecosystem

regular expressions 101 - Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.