Skip to content

regex match action

Actions
simple provide string.match(regex) action
v2.0.30
Latest
Star (1)

Tags

 (1)

regex-match

CI-Master
regex match action

Input

  • regex_pattern
    • required
    • search regex pattern
  • regex_option
    • search regex option
  • search_string
    • required
    • searched string

Output

  • matched
    • true or false
  • matched_first
    • matched first string
  • matched_json
    • matched result json
    • attension: will not inculde index property
  • matched_has_index
    • has provided matched_index
    • true, false or unset
  • matched_index
    • matched index

Contributes

Could you want to contribute?

see Contributing.md

License

Using

regex match action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

simple provide string.match(regex) action
v2.0.30
Latest

Tags

 (1)

regex match action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.