Jump to content
UBot Underground

arteck

Fellow UBotter
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

0 Neutral

About arteck

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Professional Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. ok here is the code, it works ((https?)\:\/\/([\w-]+\.)?([\w-])+\.(\w)+\/?[\w\?\.\=\&\-\#\+\/]+) p.s.: i hate it
  2. grrr..regular expression.. i hate it..what ever... ok your regex is to short.. for http://google.com/asdkjhkajhsd/asdas/asdg56df/56456dfhhfgh/ i find only http://google.com this code snippet find this url but does not work in ubot... why ?? ^([a-z]+:\/\/)?([a-z]([a-z0-9\-]*\.)+([a-z]{2})|(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(:[0-9]{1,5})?(\/[a-z0-9_\-\.~]+)*(\/([a-z0-9_\-\.]*)(\?[a-z0-9+_\-\.%=&]*)?)?(#[a-z][a-z0-9_]*)?$ where is the problem ? or here ((http(s?))\:\/\/){1}\S+ p.s.: i hate it
  3. i have a text . asdkdsfsdfsdf sdfslkdfjlskdfj http://google.com/ asdasdasd asdasdasd asdasdaffdgökfdjgöfjklghfg hfgöhklfölgkhölfkghfghfgh how can i find the url in text??? with find_index i have the start position for http... but i'm looking for the last / my intention is navigate->http://google.com/
×
×
  • Create New...