Результаты поиска

  1. nycdude

    & or & is breaking my regex - suggestions please

    I have not, I'm still pretty new to this. Will experiment with it thanks.
  2. nycdude

    Need video to play in PM, but it won't start

    Bumping, hopefully someone knows how to at least get the video playing? The reason why is many webpages I encounter have videos with embed codes, but the only way to access the actual code is after the video starts playing. I could figure out how to get the id numbers from the source to create...
  3. nycdude

    Need video to play in PM, but it won't start

    Hello all, I'm working in PM and I need the video to start for additional options to get the embed code, but it won't start. Is this a settings issue I'm overlooking? Thanks in advance. Example of site:https://www.cbsnews.com/news/murphy-brown-cbs-reboot-to-tackle-alternative-facts-and-fake-news/
  4. nycdude

    & or & is breaking my regex - suggestions please

    <h3 class="r"><a href="https://www.youtube.com/watch?v=lLNIk0_mJbE" onmousedown="return rwt(this,'','','','30','AOvVaw2yaVk2D7SyrsUDG7aV4QsN','','0ahUKEwiqrdCB1IrbAhUPDKwKHTzoBuc4FBC3AghGMAk','','',event)">Fake News: Davao City Hotel NOT Shut Down For Selling Human ...</a></h3> This is what...
  5. nycdude

    & or &amp; is breaking my regex - suggestions please

    Hello all, I'm scraping google video search and I'm separating titles and URLs. Seems if the title of a video has the ampersand title is mjams me up. Is this a bug or what am I doing wrong? I created the regex with regex designer. Thanks for any help.
  6. nycdude

    What regex to use for ^\s* function?

    Yes! That worked thank you very much. Now I realize there's blank spaces after the lines of text, anyway to trim that off too? Really appreciate the help. Also, is there any special reference for ZP regex? Seems it's different to me from regex I'm used to with notepad++.
  7. nycdude

    What regex to use for ^\s* function?

    Hello, I'm trying to find/replace with regex all the blank spaces and lines of a variable and remove them with replacing with nothing. I'm using text processing for the variable and I'm using regex that works in the regex builder and online regex testers and notepad++ too. But it won't work...