Regular expression on Cut Operator not returning output

ruhaila
ruhaila New Altair Community Member
edited November 2024 in Community Q&A
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
Tagged:

Answers

  • ruhaila
    ruhaila New Altair Community Member
    Sorry, its not returning the correct output i.e. the substring.