The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Regular expression on Cut Operator not returning output

ruhailaruhaila Member Posts: 48 Guru
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

Answers

  • ruhailaruhaila Member Posts: 48 Guru
    Sorry, its not returning the correct output i.e. the substring.
Sign In or Register to comment.