Jump to content

Search the Community

Showing results for tags 'string;'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hey just cant figure out this one : I have a text given like this: <li data-item="result" data-obid="77536552" id="result-77536552" class="resultlist box result_entry_l"> <div class="result_entry_box"> <div class="gallery hideable"> <a href="/expose/77536552" data-is24-replaceUrlOnClick="/Suche/controller/exposeNavigation/goToExpose.go?exposeId=77536552&resultListPosition=1&searchUrl=/Suche/S-T/Wohnung-Miete/Bayern/Muenchen/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/true&referrer=RESULT_LIST_LISTING" class="hideable"> <div class="galleryLoading"><i class="fa fa-picture-o"></i></div> This is just a small part of a huge website. Now I would like to filter this: 77536552 out of the whole text. I already know that I can use "_StringBetween" to better define it's position but how can I search for a string which is exactly 8 chars long and only consists of numbers? Guess I will also have to delete duplicates afterwards... Thanks in advance & best regards Andrewz
×
×
  • Create New...