Thank you - I dont know how i got it wrong, but i did. you video put me back on track.
@abm4975 Жыл бұрын
Thanks a lot for the support.
@LaurieUrena11 ай бұрын
Thank you, this was great!
@abm497510 ай бұрын
Thanks a lot
@c4meo6669 ай бұрын
Any idea on how to replace the brackets and included text? I have a scenario where McDonalds[/website/api/etc] Wendys[/website/api/etc] and so forth i need to remove the'['']'s as well as the text between them to get Mcdonalds Wendys
@abm49759 ай бұрын
Use the replace expression replace(replace('[abc]', '[', ''), ']','') This will output abc
@c4meo6669 ай бұрын
I was hoping to remove the brackets and the text between them. I have tried replace(replace(outputs('replaceNewLine'), '\[.*?\]', ''), ']', '') and similar expressions with no success
@gsdrishya Жыл бұрын
Thanks
@abm4975 Жыл бұрын
Thanks for the support
@MohitSharma-ph6ms8 ай бұрын
I have different query, i want to remove font family or font style from input text. Want normal text. For example, How Can I Speak to a KZbin 𝑹𝒆𝒑𝒓𝒆𝒔𝒆𝒏𝒕𝒂𝒕𝒊𝒗𝒆 Fast? to How Can I Speak to a KZbin Representative Fast?
@abm49758 ай бұрын
Try convert that into a HTML to text and see what output you get. Thanks