Regular expression on Cut Operator not returning output
Hi,
I have textual exampleset and I used the regular expression option on the Cut operator. Example of the text is below.
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
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
0
Answers