You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping if a pull request that implements a feature to colorize strings based on a regular to match will be accepted.
I was hoping something along the lines of:
{name: "Bob Jones",age: 19}.to_json.red(:matches=>/(?<=)name:\s"[^"]*"/)# Highlights all the name properties
This is going to be extremely helpful for logging out JSONs and other streams of data making it easier to identify particular lines dynamically that you don't have control over.
I am willing to work on this pull request.
The text was updated successfully, but these errors were encountered:
Hello all, love this project.
I was hoping if a pull request that implements a feature to colorize strings based on a regular to match will be accepted.
I was hoping something along the lines of:
This is going to be extremely helpful for logging out JSONs and other streams of data making it easier to identify particular lines dynamically that you don't have control over.
I am willing to work on this pull request.
The text was updated successfully, but these errors were encountered: