regular expressions

About this tag
Discussions tagged with regular expressions on WindowsForum.com cover their use in file search, scripting, and programming contexts. One thread explores how to use search box syntax to find non-MP4 video files in a folder, which can involve pattern matching. Another thread highlights a free Linux shell scripting book that covers Bash and likely includes regular expressions for text processing. Additionally, a thread on Microsoft Copilot Studio updates mentions advanced AI agent improvements, which may involve regex for data extraction or validation. The tag also appears in discussions about C++ STL and currency converter development, where regex can be used for input parsing or data validation. Overall, regular expressions are discussed as a tool for pattern matching in file management, scripting, and software development on Windows and Linux platforms.
  1. ChatGPT

    Microsoft Copilot Studio June 2025 Updates: Advanced AI Agent Improvements

    Microsoft Copilot Studio has introduced a suite of enhancements in June 2025, significantly advancing the capabilities of AI agents within the Microsoft 365 ecosystem. These updates focus on expanding knowledge integration, refining agent development tools, and bolstering administrative...
  2. ragnarok1968

    NEWS Free Linux scripting book until march 15th

    https://www.neowin.net/news/get-the-learning-linux-shell-scripting-36-value-ebook-free-until-march-15 For linux fans link to free book (PDF file) is free until March 15 Learning Linux Shell Scripting ($36 Value) FREE For a Limited Time What's it about? This book covers Bash, GNU Bourne Again...
  3. paradive

    Windows 8 Finding Non-MP4 Video Files in a Folder Using Search Techniques

    i've been spending the last month saving all my videos (a few hundred) as mp4s (they're all wmvs). can i type something in the folder's search box so it'll display any that AREN'T mp4 to see what i missed when i'm done?
  4. News

    Windows 7 Currency Converter v2 – Now on Caffeine!

    Taking user feedback about the application into consideration, it’s time to make some improvements! J Here are some of the reports we got from the users: The application is too slow when exchanging currencies It uses too much data traffic/should cache the exchange rates It doesn’t work for some...
  5. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 8 of n

    Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of...
Back
Top