Skip to content

bash-bits/bb-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

The Bash-Bits Regex Module

Regular Expressions Library

Issues πŸ”Έ Documentation πŸ”Έ Releases

Check Status Open Issues Last Commit Code Size MIT

Elapsed Project Time

wakatime

If you like this repo, please give it a ⭐ (it really does help)

GitHub Repo stars

The Bash-Bits Regex Module - a library of VERY handy regular expressions. We all know regular expressions can sometimes be a bit of a handful - especially if you're not a very experienced coder. So, whether you find them troublesome - or even if you just want to save some time - you can find a bunch of commonly-used expressions in this library, ready to go.

The Branch Reliability Table is a way for you to determine how close to the bleeding edge you're comfortable getting.

If you need stability, then download a branch marked with 🟒

If you're contributing code to the project, you'll want πŸ”΄

Branch Stability Code Age Reliability
master latest stable latest release 🟒
develop latest unstable most recent code πŸ”΄

^ Top

βœ… bb-regex.d
  • βœ… cc
  • βœ… date
  • βœ… docker
  • βœ… general
  • βœ… network
  • βœ… numeric
  • βœ… options
  • βœ… response
  • βœ… bb-regex.sh

^ Top

πŸ“‚ Installation

Like ALL other Bash-Bits Modules, BB-Regex is "imported" using the BB-Import Module. If you haven't yet installed BB-Import, perhaps you'd like to do so now? It's as easy as running the following command in your terminal:

bash <(curl -sfLS https://raw.githubusercontent.com/bash-bits/bb-import/master/install.sh)

Once you've installed BB-Import, you can include BB-Regex in ANY of your Bash projects by including the following code snippet at the top of each file:

#!/usr/bin/env bb-import

bb-import bb-regex

^ Top

πŸ“› Badges

COMING SOON

^ Top

Project Resources

Community Resources

^ Top

❀️ Project Supporters

JetBrains

JetBrains very generously provide me with a free license for their products every month, and you can get one too if you're working on a public, open-source project! I've used JetBrains' IDEs for many years now, and was more than happy to pay for a license every year back when I was working in the corporate sector. Absolutely my first choice in IDEs!

If sponsorship isn't right for you, but you have found my work to be useful in some way,
would you please consider buying me a coffee to help keep me going?

Buy Me A Coffee

^ Top

^ Top

πŸ” Security

While the Bash-Bits project follows good security practices, 100% security can never be guaranteed in any software package. The Bash-Bits Regex Module is provided AS IS, and without warranty. You can find more details in the LICENSE file included with this repository.

If you discover any issue regarding the security of this project, please disclose that information responsibly by sending a security advisory. PLEASE DO NOT CREATE AN ISSUE OR DISCUSSION TOPIC. You can read more about this project's security policies HERE

^ Top

πŸ’Ž Contributors

All Contributors

If you'd like to make a contribution, then please see the Bash-Bits Contributor's Guide

It's not just contributions of code that I'm looking for. If you have any ideas or suggestions about how this project may be improved, don't hesitate to open an issue and let me know! Contributions of ALL kinds will be recognised here if they are made part of this project - thanks to the All-Contributors bot.

VIEW PROJECT CONTRIBUTORS

^ Top

This project incorporates ideas and / or code crafted by the following talented individuals:

"We see much further, and reach much higher,
only because we stand upon the shoulders of giants"

^ Top

βš–οΈ License

MIT

Copyright Β© 2022-2023 Darren (Ragdata) Poulton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

^ Top

πŸ“– Resources

^ Top

If you like this repo, please give it a ⭐ (it really does help)

GitHub Repo stars

Visitors Ragdata