ghost icon indicating copy to clipboard operation
ghost copied to clipboard

Add native regular expression values

Open kaidesu opened this issue 4 years ago • 0 comments

Regular expressions can be passed through as strings.

pattern = "i need (.*)"

Let's support a native representation for regular expressions instead:

pattern = /i need (.*)/g

kaidesu avatar Jan 30 '22 06:01 kaidesu