• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Search results

  1. N

    Text Parser - Extract Pattern - Not extracting the values i want

    Alright then I will do this 4 times Thanks
  2. N

    Text Parser - Extract Pattern - Not extracting the values i want

    Hi, What I mean is, I want to have 4 outputs from 4 strings I passed in. Currently if I put return and console.log, it will give me 2 output. If i put 2 console.log, it will put all output the Value in the same Logs box. And I cannot select it individually on the next step. Somemore if it...
  3. N

    Text Parser - Extract Pattern - Not extracting the values i want

    Hi, I got it already, but i still need some help here~! What I did is like this: function extractString(inputString) { // Define a regular expression pattern to match the last dash and number var regexPattern = /-\d+$/; // Check if the inputString ends with a dash followed by a number if...
  4. N

    Text Parser - Extract Pattern - Not extracting the values i want

    Hi, I have tested out my regex with https://regex101.com/ and it works but when I try here, it doesnt work. What I intend to do is making "maximizing-benefits-by-meeting-the-essential-requirements-of-chat-gpt-2" become "maximizing-benefits-by-meeting-the-essential-requirements-of-chat-gpt"...
Top