Jump to content
UBot Underground

How do I write a # without it changing to a variable?


Recommended Posts

I'm scraping a URL and at the end of the url is #mes

 

I need to replace #mes with nothing but whenever I write #mes ubot thinks it's a variable - how do I stop this from happening and just get ubot to think of it as a word instead of a variable?

Link to post
Share on other sites

Ghoast,

 

When coding the replace press the button "Quotes the input so it is not parse as a math expression". Then press ok to complete the node.

 

set(#rmv, $replace("http://sample.com/#mez", "#mez", $nothing), "Global")

 

Kevin

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...