Jump to content

Search the Community

Showing results for tags 'spintax'.

  • 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 2 results

  1. This snippet works perfectly for nested spintax: However, I can't figure out how I can write a function that will output all the permutations of nested spintax. For example: for a string "John went to the {{grocery |}store|library}" I would get: John went to the library John went to the store John went to the grocery store ... I can't figure this out - - I can kinda figure it out if there isn't any nesting (regex out all the text between brackets)...but nesting makes it pretty complicated for me to wrap my head around :)
  2. I was trying to use the script here: But this is the console output I'm getting from the example provided: Hello World!|Greetings Everyone, C++ is an awesome|n astonishing programming language. Howdy Dude!|Good Day Everyone, Java is an awesome| wonderful programming language. Hi Dude!|Excuse Me Everyone, C is an amazing| wonderful programming language. Howdy World!|Excuse Me Ladys and Gents, Java is an awesome|n astonishing language. It can handle spintax that isn't nested, but not nested. I'm currently using python for spintax, using this library https://github.com/AceLewis/spintax But I'd love to not have to make that py CMD call and just use AutoIt instead.
×
×
  • Create New...