- Joined
- 11 yrs. 6 mth. 26 days
- Messages
- 5,381
- Reaction score
- 18,380
- Age
- 45
- Wallet
- 11,590$
- [email protected]
This site is a life saver for me, so thought I would share for anyone else interested in developing things in Ruby which requires tricky REGEX to be used. This site has an online tool which helps you to develop the required REGEX to get the job done. You can provide your string (whole page source code for example) and then play around with various changes to your regex patterns and it will help to highlight what your provided regex is actually going to match. I just had a painful time with trying to automate a new exploit (new to me) and this site made things much easier. Encourage you to play around with it if your trying to learn basic Ruby REGEX.
Very easy to use, with regex reference table found at bottom of the page as well:
Very easy to use, with regex reference table found at bottom of the page as well:
