🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Regular expression on Cut Operator not returning output

User: "ruhaila"
New Altair Community Member
Updated by Jocelyn
Hi,

I have textual exampleset and I used the regular expression option on the Cut operator. Example of the text is below.

Sebuah tabung khas berkaitan pengurusan jenazah Covid-19 akan ditubuhkan dan tabung itu dikendalikan oleh JAIP.
#sinarharian 

https://t.co/fkQC2dXwnc

I want to cut only the https link. My regular expression is as the following.

(?m)https://([a-zA-Z]*[0-9]*[-!"#$%&'()*+,./:;<=>?@\[\\\]_`{|}~]*)*

However, the result still returns the entire text, even though using the regex preview in the Cut operator showed my expression is valid and correct.

Would appreciate some insight and solution here.

Thank you kindly.

Ruhaila

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "ruhaila"
    New Altair Community Member
    OP
    Sorry, its not returning the correct output i.e. the substring.