detectable_text_field icon indicating copy to clipboard operation
detectable_text_field copied to clipboard

Added Ability to reduce RegExp to initial match

Open Ibtesam-Mahmood opened this issue 2 years ago • 0 comments

Changelog:

  • Added matchFirst variable to the Detector as a conditional variable with is defaulted to false.
    • When set to true it reduces the RegExp match list to the first match
  • Passed this variable in through the TextField and EdittableText

Ibtesam-Mahmood avatar Dec 05 '21 03:12 Ibtesam-Mahmood